summaryrefslogtreecommitdiff
path: root/src/menu.c
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2022-10-16 09:04:55 -0700
committerDaniel Friesel <derf@chaosdorf.de>2023-01-22 08:57:01 +0100
commitafca52d96eb43e6ceec4e6976b1f90c367df27c9 (patch)
tree64ee5dd8c731b4c031ce29a1b638a2767e509718 /src/menu.c
parentd65f3ba146fa7a6ccad2f3c1233becfda1c22b69 (diff)
src: Fix build with clang 16
These are no longer supported in upcoming clang versions. warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] Reference: https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.c b/src/menu.c
index b1deedb..5269d5b 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -936,7 +936,7 @@ void feh_menu_init_main(void)
return;
}
-void feh_menu_init_common()
+void feh_menu_init_common(void)
{
int num_desks, i;
char buf[30];