mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00:00
Fix -Wmissing-prototypes, -Wmissing-variable-declarations, and -Wstrict-prototypes warnings
This commit is contained in:
@@ -295,7 +295,7 @@ prof_sample_new_event_wait(tsd_t *tsd) {
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
prof_sample_event_handler(tsd_t *tsd) {
|
||||
cassert(config_prof);
|
||||
if (prof_interval == 0 || !prof_active_get_unlocked()) {
|
||||
|
||||
Reference in New Issue
Block a user