mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 16:47:21 +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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue