summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-05-13 15:27:16 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2010-05-13 15:27:16 (GMT)
commite740887d3a19e23d279cfc5c98e7f39a7a79f1e6 (patch)
tree42f9a24cbacf1406bf5bf1c3f504e28f0d6aa7f4
parent893e22e818398e7ba4fb1f6c95682d1fe4e54067 (diff)
downloadCMake-e740887d3a19e23d279cfc5c98e7f39a7a79f1e6.zip
CMake-e740887d3a19e23d279cfc5c98e7f39a7a79f1e6.tar.gz
CMake-e740887d3a19e23d279cfc5c98e7f39a7a79f1e6.tar.bz2
Ignore OpenBSD warnings for use of strcpy, etc.
-rw-r--r--CTestCustom.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 59ba4c6..5eeca3c 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -36,6 +36,7 @@ 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.*"
"CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
)