openbsd-ports/devel/cmake/patches/patch-CTestCustom_cmake_in
dcoppa 8b1b17cff8 Update to cmake 2.8.1 (I also take maintainership).
"This is good, commit." espie@
2010-05-28 20:21:48 +00:00

13 lines
617 B
Plaintext

$OpenBSD: patch-CTestCustom_cmake_in,v 1.1 2010/05/28 20:21:48 dcoppa Exp $
--- CTestCustom.cmake.in.orig Wed May 26 08:17:24 2010
+++ CTestCustom.cmake.in Wed May 26 08:18:57 2010
@@ -27,6 +27,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.*very unsafe.*consider using.*"
+ "warning:.*is.*misused, please use.*"
"CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
)