]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg12.cxx
ENH: Fix some compilation warnings
[gdcm.git] / src / gdcmJpeg12.cxx
index 956cda503be396b7221794954a14085643525787..a87cbd47b3ea2a6b93d8752a31ff23ea8edc070d 100644 (file)
@@ -101,6 +101,13 @@ extern "C" {
 bool gdcm_write_JPEG_file12 (FILE *fp, void * im_buff, 
                              int image_width, int image_heigh, int quality)
 {
+  (void)fp;
+  (void)im_buff;
+  (void)image_width;
+  (void)image_heigh;
+  (void)quality;
+  
+  return true; //???
 }
 
 /******************** JPEG DECOMPRESSION SAMPLE INTERFACE *******************/