]> Creatis software - gdcm.git/blobdiff - src/gdcmjasper/src/libjasper/mif/mif_cod.c
COMP: VS6 was not happy to cast an int into ushort
[gdcm.git] / src / gdcmjasper / src / libjasper / mif / mif_cod.c
index b4048409a1bbb6e31dfd0a05246ddcbc0ad71ae4..6461a6faa403a89a111cf21cd7b0d3ad0f126300 100644 (file)
@@ -577,6 +577,7 @@ static int mif_process_cmpt(mif_hdr_t *hdr, char *buf)
   if (mif_hdr_addcmpt(hdr, hdr->numcmpts, cmpt)) {
     goto error;
   }
+  (void)id; /* is is assigned a value that is never used */
   return 0;
 
 error: