mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
Enabled -Wstrict-prototypes and fixed warnings.
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
static bool abort_called = false;
|
||||
|
||||
void set_abort_called() {
|
||||
void set_abort_called(const char *message) {
|
||||
(void)message;
|
||||
abort_called = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user