[trunk] Fix all C90 issues using gcc -pedantic -Wno-long-long to track them
As a side effect, fix all comment style to remove extra gcc output Fixes issue 173
This commit is contained in:
@@ -66,7 +66,7 @@ _itoa(int i, char *a, int r) {
|
||||
* Default callback function.
|
||||
* Do nothing.
|
||||
*/
|
||||
static void opj_default_callback (const char *msg, void *client_data){};
|
||||
static void opj_default_callback (const char *msg, void *client_data){}
|
||||
|
||||
/* ----------------------------------------------------------------------- */
|
||||
opj_bool opj_event_msg(opj_common_ptr cinfo, int event_type, const char *fmt, ...) {
|
||||
|
||||
Reference in New Issue
Block a user