CTestCustom: Suppress Clang "will never be executed" warnings in lexers

Clang -Wunreachable-code-return warns on some generated lexer code.
This commit is contained in:
Brad King 2014-04-01 08:58:23 -04:00
parent e3e1ba3f78
commit 065166cf76
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
"warning.*directory name.*CMake-Xcode.*/bin/.*does not exist.*"
"stl_deque.h:1051"
"(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
"(Lexer|Parser).*warning.*statement is unreachable"
"(Lexer|Parser).*warning.*(statement is unreachable|will never be executed)"
"PGC-W-0095-Type cast required for this conversion.*ProcessUNIX.c"
"[Qq]t([Cc]ore|[Gg]ui).*warning.*conversion.*may alter its value"
"warning:.*is.*very unsafe.*consider using.*"