summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-05-13 11:27:16 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2010-05-13 11:27:16 -0400
commit65be87b3635f4c4ff2e91d7b509720450e75f4b6 (patch)
tree42f9a24cbacf1406bf5bf1c3f504e28f0d6aa7f4 /CTestCustom.cmake.in
parentae6a50aa810e61382c2df55609b4293eb2346f1f (diff)
downloadcmake-65be87b3635f4c4ff2e91d7b509720450e75f4b6.tar.gz
Ignore OpenBSD warnings for use of strcpy, etc.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 59ba4c60d4..5eeca3c178 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"
)