mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 05:03:10 +00:00
Enabled -Wstrict-prototypes and fixed warnings.
This commit is contained in:
@@ -503,7 +503,7 @@ prof_double_uint64_cast(double d) {
|
||||
}
|
||||
#endif
|
||||
|
||||
void prof_unbias_map_init() {
|
||||
void prof_unbias_map_init(void) {
|
||||
/* See the comment in prof_sample_new_event_wait */
|
||||
#ifdef JEMALLOC_PROF
|
||||
for (szind_t i = 0; i < SC_NSIZES; i++) {
|
||||
|
||||
Reference in New Issue
Block a user