We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db00bfe commit a826570Copy full SHA for a826570
1 file changed
CMakeLists.txt
@@ -18,6 +18,7 @@ option(USE_GETTEXT "Enable interantionalization" OFF)
18
add_compile_options(-Wall -pedantic -Wextra)
19
add_compile_options(-Werror=unused-label)
20
add_compile_options(-Werror=unused-parameter)
21
+add_compile_options(-Werror=strict-prototypes)
22
23
set(SOURCES
24
colors.c
0 commit comments