mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-29 22:48:05 +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
|
|
@ -66,7 +66,7 @@ static int madvise_dont_need_zeros_is_faulty = -1;
|
|||
*
|
||||
* [1]: https://patchwork.kernel.org/patch/10576637/
|
||||
*/
|
||||
static int madvise_MADV_DONTNEED_zeroes_pages()
|
||||
static int madvise_MADV_DONTNEED_zeroes_pages(void)
|
||||
{
|
||||
size_t size = PAGE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue