]> Creatis software - gdcm.git/commitdiff
COMP: Still fixing some bcc warnings... boring
authormalaterre <malaterre>
Sat, 21 May 2005 02:51:26 +0000 (02:51 +0000)
committermalaterre <malaterre>
Sat, 21 May 2005 02:51:26 +0000 (02:51 +0000)
src/gdcmmpeg2/src/mpeg2dec/getblk.c
src/gdcmmpeg2/src/mpeg2dec/gethdr.c

index d451a179aa361612e1df8c436d5f0a14244924ec..33734168b0107d6bb7ef85a38e785ee108b00c2a 100644 (file)
@@ -407,6 +407,8 @@ int dc_dct_pred[];
 #ifdef TRACE
     if (Trace_Flag)
       printf("): %d/%d",run,sign ? -val : val);
+#else
+    (void)run;
 #endif /* TRACE */
 
     j = scan[ld1->alternate_scan][i];
@@ -561,6 +563,8 @@ int comp;
 #ifdef TRACE
     if (Trace_Flag)
       printf("): %d/%d",run,sign?-val:val);
+#else
+    (void)run;
 #endif /* TRACE */
 
     j = scan[ld1->alternate_scan][i];
index f5a8c5396546de4a0a5625bd2f6aeadaeb050aa2..4b64a0e56d76732ca386e7d043dd8f1965ea3476 100644 (file)
@@ -357,8 +357,11 @@ int slice_header()
 
     slice_picture_id_enable = Get_Bits(1);
     slice_picture_id = Get_Bits(6);
+    (void)slice_picture_id_enable;
+    (void)slice_picture_id;
 
     extra_information_slice = extra_bit_information();
+    (void)extra_information_slice;
   }
   else
     ld->intra_slice = 0;