Merge pull request #1028 from hardening/waylanCompilationWarnings
Fixed prototype for -Wstrict-prototypes
This commit is contained in:
commit
9c8ae99628
@ -29,7 +29,7 @@
|
||||
|
||||
#include <winpr/synch.h>
|
||||
|
||||
typedef void* (*OBJECT_NEW_FN)();
|
||||
typedef void* (*OBJECT_NEW_FN)(void);
|
||||
typedef void (*OBJECT_FREE_FN)(void* obj);
|
||||
typedef void (*OBJECT_EQUALS_FN)(void* objA, void* objB);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user