Extra tokens at the end of #endif directive corrected in openjpeg.c, j2k.c and image_to_j2k.c -> no more warnings in linux compilation
This commit is contained in:
@@ -1586,7 +1586,7 @@ opj_image_t* j2k_decode(opj_j2k_t *j2k, opj_cio_t *cio) {
|
||||
}
|
||||
|
||||
}
|
||||
#endif USE_JPWL
|
||||
#endif /* USE_JPWL */
|
||||
/* <<UniPG */
|
||||
if (id >> 8 != 0xff) {
|
||||
opj_image_destroy(image);
|
||||
|
@@ -261,7 +261,7 @@ void OPJ_CALLCONV opj_set_default_encoder_parameters(opj_cparameters_t *paramete
|
||||
parameters->jpwl_sens_TPH[i] = -1; /* absent */
|
||||
}
|
||||
};
|
||||
#endif USE_JPWL
|
||||
#endif /* USE_JPWL */
|
||||
/* <<UniPG */
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user