aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-22 14:51:31 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-22 14:51:31 +0000
commit001d79cac383f9a4b17e467245e0d0c4f4782754 (patch)
tree731c8cb8137fa0597e1ab54beb4293e686ac2a19 /CMakeLists.txt
parentcebc175814db10871f7eff1482fd219dcd6c6eab (diff)
Add -Wheader-guard to Autotools and CMake
svn path=/trunk/; revision=53507
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 61ec85baa3..86396f5367 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -206,6 +206,7 @@ else()
-Wcast-qual
-Wformat-security
-Wredundant-decls
+ -Wheader-guard
# All the registration functions block these for now.
-Wmissing-declarations
)