Ignore OpenBSD warnings for use of strcpy, etc.

This commit is contained in:
Bill Hoffman 2010-05-13 11:27:16 -04:00
parent ae6a50aa81
commit 65be87b363
1 changed files with 1 additions and 0 deletions

View File

@ -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"
)