mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-26 10:37:19 +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
|
|
@ -129,7 +129,7 @@ TEST_BEGIN(test_mdump_output_error) {
|
|||
TEST_END
|
||||
|
||||
static int
|
||||
prof_dump_open_maps_error() {
|
||||
prof_dump_open_maps_error(void) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue