]> Creatis software - gdcm.git/blobdiff - src/gdcmjpeg/jmemsrc.c
COMP: Fix warnings
[gdcm.git] / 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