mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00:00
Enabled -Wstrict-prototypes and fixed warnings.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
static bool hook_called = false;
|
||||
|
||||
static void
|
||||
hook() {
|
||||
hook(void) {
|
||||
hook_called = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user