File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -743,7 +743,7 @@ this extension sharedto offer compatibility.
743743#define GET_SHELL_CB (cb ) \
744744 do { \
745745 (cb) = NULL; \
746- cli_shell_callbacks_t *(*get_callbacks)(); \
746+ cli_shell_callbacks_t *(*get_callbacks)(void ); \
747747 get_callbacks = dlsym(RTLD_DEFAULT, "php_cli_get_shell_callbacks"); \
748748 if (get_callbacks) { \
749749 (cb) = get_callbacks(); \
Original file line number Diff line number Diff line change 2828#include <errno.h>
2929
3030static int fpm_event_kqueue_init (int max );
31- static int fpm_event_kqueue_clean ();
31+ static int fpm_event_kqueue_clean (void );
3232static int fpm_event_kqueue_wait (struct fpm_event_queue_s * queue , unsigned long int timeout );
3333static int fpm_event_kqueue_add (struct fpm_event_s * ev );
3434static int fpm_event_kqueue_remove (struct fpm_event_s * ev );
You can’t perform that action at this time.
0 commit comments