mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user