Skip to content

Commit 7c277af

Browse files
committed
Fix warning in FPM
fpm_event_kqueue_clean()
1 parent b30ddf9 commit 7c277af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/events/kqueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include <errno.h>
2929

3030
static int fpm_event_kqueue_init(int max);
31-
static int fpm_event_kqueue_clean();
31+
static int fpm_event_kqueue_clean(void);
3232
static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
3333
static int fpm_event_kqueue_add(struct fpm_event_s *ev);
3434
static int fpm_event_kqueue_remove(struct fpm_event_s *ev);

0 commit comments

Comments
 (0)