]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg2000.cxx
ENH: 1. Now the test suite is working for real
[gdcm.git] / src / gdcmJpeg2000.cxx
index 1c9c8e499cee9bff82b7c5936fad94392654cc43..bbfed9489c56751c4e7005117b390a22fb8b2283 100644 (file)
@@ -15,6 +15,8 @@
  */
 
 bool gdcmFile::gdcm_read_JPEG2000_file (FILE *fp,void * image_buffer) {
+   (void)fp;   //FIXME
+        (void)image_buffer;    //FIXME
    printf("Sorry JPEG 2000 File not yet taken into account\n");
    return false;
 }