]> Creatis software - gdcm.git/commitdiff
COMP: Fix warnings
authormalaterre <malaterre>
Wed, 15 Dec 2004 00:06:04 +0000 (00:06 +0000)
committermalaterre <malaterre>
Wed, 15 Dec 2004 00:06:04 +0000 (00:06 +0000)
src/gdcmjpeg/jmemsrc.c

index 008592a7142580d971677ba93f4fa266997243c3..cb371bc5704313063f6809191247d5c3e4b9ad69 100644 (file)
@@ -43,6 +43,7 @@ init_source (j_decompress_ptr cinfo)
    * Indeed, if we want to read multiple JPEG images from one buffer,\r
    * this *must* not do anything to the pointer.\r
    */\r
+  (void)cinfo;\r
 }\r
 \r
 \r
@@ -127,6 +128,7 @@ METHODDEF(void)
 term_source (j_decompress_ptr cinfo)\r
 {\r
   /* no work necessary here */\r
+  (void)cinfo;\r
 }\r
 \r
 \r