summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-05-14 16:28:22 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2010-05-14 16:28:22 -0400
commit8dd99db6865fafb737ff2d84bcca3713f0f49b66 (patch)
tree4572cfe845583fd88d429a80a9026299ff4ce390 /CTestCustom.cmake.in
parentc8c7b22323d8afe9d113a6e1783111057abbeedd (diff)
downloadcmake-8dd99db6865fafb737ff2d84bcca3713f0f49b66.tar.gz
Add more ignore stuff for OpenBSD
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 5eeca3c178..61740028ab 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -36,7 +36,8 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
"[Qq]t([Cc]ore|[Gg]ui).*warning.*conversion.*may alter its value"
"Parser.cxx.*warning.*2111-D.*statement is unreachable"
- "warning:.*is often misused, please use.*"
+ "warning:.*is.*very unsafe.*consider using.*"
+ "warning:.*is.*misused, please use.*"
"CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
)