Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
==========================================================
|
||||
*/
|
||||
|
||||
opj_raw_t* raw_create() {
|
||||
opj_raw_t* raw_create(void) {
|
||||
opj_raw_t *raw = (opj_raw_t*)opj_malloc(sizeof(opj_raw_t));
|
||||
return raw;
|
||||
}
|
||||
|
Reference in New Issue
Block a user