From f80c00b9d21990c7f843dc801e6cd251a887d4ca Mon Sep 17 00:00:00 2001 From: malaterre Date: Wed, 8 Jun 2005 17:45:13 +0000 Subject: [PATCH] COMP: Remove warning with -pedantic --- src/gdcmjpegls/Decoder/bitio.c | 2 +- src/gdcmjpegls/Decoder/global.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, -- 2.48.1