mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-26 02:27:21 +03:00
Fix -Wmissing-prototypes, -Wmissing-variable-declarations, and -Wstrict-prototypes warnings
This commit is contained in:
parent
6054b976ef
commit
a6048680a8
7 changed files with 12 additions and 9 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue