mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 22:03:07 +00:00
Enabled -Wstrict-prototypes and fixed warnings.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* from outside the generated library, so that we can use them in test code.
|
||||
*/
|
||||
JEMALLOC_EXPORT
|
||||
void (*test_hooks_arena_new_hook)() = NULL;
|
||||
void (*test_hooks_arena_new_hook)(void) = NULL;
|
||||
|
||||
JEMALLOC_EXPORT
|
||||
void (*test_hooks_libc_hook)() = NULL;
|
||||
void (*test_hooks_libc_hook)(void) = NULL;
|
||||
|
||||
Reference in New Issue
Block a user