Browse Source

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 <[email protected]>
Brad King 2 months ago
parent
commit
2c6dde430a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -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