]> Creatis software - gdcm.git/commitdiff
COMP: id is assigned a value that is never used
authormalaterre <malaterre>
Fri, 10 Jun 2005 13:57:22 +0000 (13:57 +0000)
committermalaterre <malaterre>
Fri, 10 Jun 2005 13:57:22 +0000 (13:57 +0000)
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: