]> git.proxmox.com Git - mirror_frr.git/blobdiff - pceplib/pcep_timers.c
pceplib: Fix clang-16 not happy with build
[mirror_frr.git] / pceplib / pcep_timers.c
index b0f3e70b50dcd861b800f33b1ffda0a348ed2a8a..61fda163637e9721444025fab98fb81998eef0e0 100644 (file)
@@ -197,7 +197,7 @@ void free_all_timers(pcep_timers_context *timers_context)
 }
 
 
-bool teardown_timers()
+bool teardown_timers(void)
 {
        if (timers_context_ == NULL) {
                pcep_log(
@@ -252,7 +252,7 @@ bool teardown_timers()
 }
 
 
-int get_next_timer_id()
+int get_next_timer_id(void)
 {
        if (timer_id_ == INT_MAX) {
                timer_id_ = 0;