mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 00:27:30 +03:00
Enabled -Wstrict-prototypes and fixed warnings.
This commit is contained in:
parent
ebd7e99f5c
commit
602edd7566
42 changed files with 82 additions and 80 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue