Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
This commit is contained in:
@@ -43,7 +43,7 @@ The functions in J2K_LIB.C are internal utilities mainly used for memory managem
|
||||
Difference in successive opj_clock() calls tells you the elapsed time
|
||||
@return Returns time in seconds
|
||||
*/
|
||||
double opj_clock();
|
||||
double opj_clock(void);
|
||||
|
||||
/**
|
||||
Allocate a memory block with elements initialized to 0
|
||||
|
Reference in New Issue
Block a user