From: malaterre Date: Wed, 8 Jun 2005 17:45:13 +0000 (+0000) Subject: COMP: Remove warning with -pedantic X-Git-Tag: Version1.2.bp~558 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f80c00b9d21990c7f843dc801e6cd251a887d4ca;p=gdcm.git COMP: Remove warning with -pedantic --- diff --git a/src/gdcmjpegls/Decoder/bitio.c b/src/gdcmjpegls/Decoder/bitio.c index 7ced3d2c..cc0d7372 100644 --- a/src/gdcmjpegls/Decoder/bitio.c +++ b/src/gdcmjpegls/Decoder/bitio.c @@ -51,7 +51,7 @@ #include "global.h" #include "bitio.h" -#include // for memset +#include /* for memset */ extern int zeroLUT[]; /* lookup table to find number of leading zeroes */ diff --git a/src/gdcmjpegls/Decoder/global.c b/src/gdcmjpegls/Decoder/global.c index 23105739..9375585e 100644 --- a/src/gdcmjpegls/Decoder/global.c +++ b/src/gdcmjpegls/Decoder/global.c @@ -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,