Fix -Wmissing-prototypes, -Wmissing-variable-declarations, and -Wstrict-prototypes warnings

This commit is contained in:
Slobodan Predolac
2026-06-05 10:23:22 -07:00
parent 6054b976ef
commit a6048680a8
7 changed files with 12 additions and 9 deletions

View File

@@ -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()) {