From: Mathieu Malaterre Date: Mon, 3 Mar 2014 10:41:13 +0000 (+0000) Subject: [trunk] Remove simple warnings X-Git-Tag: version.2.0.1~4^2~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=339952c2af6332f46938e3824c70d3d5091bf474;p=openjpeg [trunk] Remove simple warnings --- diff --git a/src/bin/jpip/opj_jpip_transcode.c b/src/bin/jpip/opj_jpip_transcode.c index 64dc842d..83232d67 100644 --- a/src/bin/jpip/opj_jpip_transcode.c +++ b/src/bin/jpip/opj_jpip_transcode.c @@ -108,7 +108,7 @@ int main(int argc,char *argv[]) ext = strrchr( argv[2], '.' ); if( ext ) { - // strcasecmp ? + /* strcasecmp ? */ if( strcmp(ext, ".jp2" ) == 0 ) { return jpip_to_jp2(argc,argv); diff --git a/tests/comparePGXimages.c b/tests/comparePGXimages.c index 5f629641..a495f548 100644 --- a/tests/comparePGXimages.c +++ b/tests/comparePGXimages.c @@ -68,7 +68,7 @@ static double* parseToleranceValues( char* inArg, const int nbcomp) free(outArgs); return NULL; } - // else + /* else */ return outArgs; }