summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-20 17:30:09 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-20 17:30:09 +0300
commit7281b2b67d252969b383f1fff8294cc88f313137 (patch)
tree21c6165cac7d22d14b60c1309e2476b100ac980a /sal
parent9b76439dff638d6fd773f2b63c377c2124810a39 (diff)
WaE: variable ´res´ set but not used
Change-Id: I5f252f75d22f041c76c7d3cfcdd36f69becf086f
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/osl/unx/time.c b/sal/osl/unx/time.c
index 227f502b1176..b71dd7d6f875 100644
--- a/sal/osl/unx/time.c
+++ b/sal/osl/unx/time.c
@@ -290,6 +290,7 @@ void sal_initGlobalTimer()
res = gettimeofday( &startTime, NULL );
#endif /* NDef USE_CLOCK_GETTIME */
assert(res == 0);
+ (void) res;
#endif /* ! (MACOSX || IOS) */
}