[Libreoffice-commits] core.git: sal/osl
Tor Lillqvist
tml at iki.fi
Mon May 20 07:30:40 PDT 2013
sal/osl/unx/time.c | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7281b2b67d252969b383f1fff8294cc88f313137
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon May 20 17:30:09 2013 +0300
WaE: variable ´res´ set but not used
Change-Id: I5f252f75d22f041c76c7d3cfcdd36f69becf086f
diff --git a/sal/osl/unx/time.c b/sal/osl/unx/time.c
index 227f502..b71dd7d 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) */
}
More information about the Libreoffice-commits
mailing list