Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#endif /* WIN32 */
|
||||
#include "opj_includes.h"
|
||||
|
||||
double opj_clock() {
|
||||
double opj_clock(void) {
|
||||
#ifdef WIN32
|
||||
/* WIN32: use QueryPerformance (very accurate) */
|
||||
LARGE_INTEGER freq , t ;
|
||||
|
Reference in New Issue
Block a user