mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 12:43:16 +00:00
Enabled -Wstrict-prototypes and fixed warnings.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "test/jemalloc_test.h"
|
||||
|
||||
static uint64_t
|
||||
allocated() {
|
||||
allocated(void) {
|
||||
if (!config_stats) {
|
||||
return 0;
|
||||
}
|
||||
@@ -13,7 +13,7 @@ allocated() {
|
||||
}
|
||||
|
||||
static uint64_t
|
||||
deallocated() {
|
||||
deallocated(void) {
|
||||
if (!config_stats) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user