sal/osl/unx/time.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7281b2b67d252969b383f1fff8294cc88f313137
Author: Tor Lillqvist <t...@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) */
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to