]> Creatis software - gdcm.git/blobdiff - src/gdcmjasper/src/libjasper/base/jas_image.c
COMP: applying another patch send to jasper group, to please bcc32 5.5.1
[gdcm.git] / src / gdcmjasper / src / libjasper / base / jas_image.c
index aea9bee75a7534451bd8a6082c3b24ed78b96282..a1bec6253da7f28822fac60162a3287d1e6d1cf3 100644 (file)
@@ -64,7 +64,7 @@
 /*
  * Image Library
  *
- * $Id: jas_image.c,v 1.2 2005/06/04 01:54:02 malaterre Exp $
+ * $Id: jas_image.c,v 1.3 2005/06/09 22:09:39 malaterre Exp $
  */
 
 /******************************************************************************\
@@ -1339,6 +1339,8 @@ jas_image_dump(image, stderr);
   numoutclrchans = jas_clrspc_numchans(jas_cmprof_clrspc(outprof));
   numoutauxchans = 0;
   numoutchans = numoutclrchans + numoutauxchans;
+  (void)numoutchans;/*  'numoutchans' is assigned a value that is never used in function jas_image_chclrspc*/
+  (void)numinauxchans; /* 'numinauxchans' is assigned a value that is never used in function jas_image_chclrspc*/
   prec = 8;
 
   if (!(outimage = jas_image_create0()))