Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
This commit is contained in:
@@ -53,7 +53,7 @@ DllMain(HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) {
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
|
||||
const char* OPJ_CALLCONV opj_version() {
|
||||
const char* OPJ_CALLCONV opj_version(void) {
|
||||
return OPENJPEG_VERSION;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user