mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Enabled -Wstrict-prototypes and fixed warnings.
This commit is contained in:
@@ -95,7 +95,7 @@ do_fork_thd(void *arg) {
|
||||
|
||||
#ifndef _WIN32
|
||||
static void
|
||||
do_test_fork_multithreaded() {
|
||||
do_test_fork_multithreaded(void) {
|
||||
thd_t child;
|
||||
thd_create(&child, do_fork_thd, NULL);
|
||||
do_fork_thd(NULL);
|
||||
|
||||
Reference in New Issue
Block a user