Enable -Wstrict-prototypes when building CMake's C code

Extend commit d06a9bdf3a (Enable some compiler warnings when building
CMake, 2012-09-23, v2.8.11~420^2) to add `-Wstrict-prototypes`.

Suggested-by: Matthew Woehlke <matthew.woehlke@kitware.com>
This commit is contained in:
Brad King
2025-07-30 10:00:08 -04:00
parent 60502d75b7
commit 2c6dde430a
+1
View File
@@ -495,6 +495,7 @@ if(NOT CMake_TEST_EXTERNAL_CMAKE)
set(C_FLAGS_LIST -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts
-Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security
-Wmissing-format-attribute -fno-common -Wundef
-Wstrict-prototypes
)
set(CXX_FLAGS_LIST -Wnon-virtual-dtor -Wcast-align -Wchar-subscripts -Wall -W
-Wshadow -Wpointer-arith -Wformat-security -Wundef