]> Creatis software - gdcm.git/commitdiff
COMP: Remove warning with -pedantic
authormalaterre <malaterre>
Wed, 8 Jun 2005 17:45:13 +0000 (17:45 +0000)
committermalaterre <malaterre>
Wed, 8 Jun 2005 17:45:13 +0000 (17:45 +0000)
src/gdcmjpegls/Decoder/bitio.c
src/gdcmjpegls/Decoder/global.c

index 7ced3d2c3498265ed7492c4b34e993dfc7a94c27..cc0d73729236a5f237a6f5e1a62c4ca0ac71b9af 100644 (file)
@@ -51,7 +51,7 @@
 
 #include "global.h"
 #include "bitio.h"
-#include <string.h> // for memset
+#include <string.h> /* for memset */
 
 
 extern int zeroLUT[];     /* lookup table to find number of leading zeroes */
index 23105739183f27bb6331cfe22e3125564d8cc088..9375585e8e0e834e59984da2e57c7e235dc28f39 100644 (file)
@@ -74,7 +74,7 @@ without the written permission of the copyright holder.\n\
 FILE *in, *out;
 FILE *c_in[MAX_COMPONENTS];
 FILE *c_out[MAX_COMPONENTS];
-FILE *msgfile = NULL; // = stdout;
+FILE *msgfile = NULL; /* = stdout;*/
 
 /* Context quantization thresholds  - initially unset */
 int     T3 = -1,