]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg2000.cxx
Cosmetic modifs to be more Coding style compliant
[gdcm.git] / src / gdcmJpeg2000.cxx
index 1c9c8e499cee9bff82b7c5936fad94392654cc43..f14f6cd0ad36be51c87031a4a2861acd34b1820a 100644 (file)
@@ -14,7 +14,9 @@
  * @warning : not yet made
  */
 
-bool gdcmFile::gdcm_read_JPEG2000_file (FILE *fp,void * image_buffer) {
+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;
 }