]> Creatis software - gdcm.git/commitdiff
COMP: fix waring on icc81
authormalaterre <malaterre>
Fri, 17 Jun 2005 13:45:27 +0000 (13:45 +0000)
committermalaterre <malaterre>
Fri, 17 Jun 2005 13:45:27 +0000 (13:45 +0000)
src/gdcmjpegls/Decoder/bitio.c

index 6309f20af79132b4d579cd873e7f6d5ada725595..f8f2a4a7ee5f7bb79db2ca98f5815994f3154e75 100644 (file)
@@ -54,9 +54,9 @@
 #include <string.h> /* for memset */
 
 
-extern int zeroLUT[];     /* lookup table to find number of leading zeroes */
+int zeroLUT[];     /* lookup table to find number of leading zeroes */
 
-extern FILE *in, *out;
+FILE *in, *out;
 
 byte negbuff[BUFSIZE+4];    /* byte I/O buffer, allowing for 4 "negative" 
                    locations  */