mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-05 01:46:16 +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
|
|
@ -24,7 +24,7 @@ static void hpa_dalloc_batch(tsdn_t *tsdn, pai_t *self,
|
|||
static uint64_t hpa_time_until_deferred_work(tsdn_t *tsdn, pai_t *self);
|
||||
|
||||
bool
|
||||
hpa_supported() {
|
||||
hpa_supported(void) {
|
||||
#ifdef _WIN32
|
||||
/*
|
||||
* At least until the API and implementation is somewhat settled, we
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue