X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmjpeg%2Fjmemsrc.c;h=cb371bc5704313063f6809191247d5c3e4b9ad69;hb=2367659aa3cf7e685b91343b24bc28d7fbbf2cbb;hp=008592a7142580d971677ba93f4fa266997243c3;hpb=4caa0694570fdecca63e745c25471edc4272aad1;p=gdcm.git diff --git a/src/gdcmjpeg/jmemsrc.c b/src/gdcmjpeg/jmemsrc.c index 008592a7..cb371bc5 100644 --- a/src/gdcmjpeg/jmemsrc.c +++ b/src/gdcmjpeg/jmemsrc.c @@ -43,6 +43,7 @@ init_source (j_decompress_ptr cinfo) * Indeed, if we want to read multiple JPEG images from one buffer, * this *must* not do anything to the pointer. */ + (void)cinfo; } @@ -127,6 +128,7 @@ METHODDEF(void) term_source (j_decompress_ptr cinfo) { /* no work necessary here */ + (void)cinfo; }