]> Creatis software - gdcm.git/blobdiff - src/gdcmjpegls/Decoder/global.c
COMP: Remove another warning on icc81
[gdcm.git] / src / gdcmjpegls / Decoder / global.c
index 1dcdd5f4e4fb3088b4acc76840e9a909ee91861e..768a3ead7a4e3ec1148bc20bc8ff2f295e9c79f5 100644 (file)
@@ -145,8 +145,8 @@ void *safecalloc(size_t numels, size_t size) {
 
 double get_utime()
 {
-  clock_t c;
-  (void)c;
+  /*clock_t c;
+  (void)c;*/
 
   return (double)clock()/CLOCKS_PER_SEC;
 }