summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-26 14:50:02 -0400
committerBrad King <brad.king@kitware.com>2016-09-26 14:50:02 -0400
commit89c20300ed55e06459325a981eb1ae0f6bb8378a (patch)
tree9731588292ce5c16d45d70d258314a6511e19733 /CTestCustom.cmake.in
parent965eb50cda15a2b991684fce2d9e64556ca38523 (diff)
downloadcmake-89c20300ed55e06459325a981eb1ae0f6bb8378a.tar.gz
CTestCustom: Suppress PGI warnings in generated Lexer/Parser code
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 93efdb4f5f..710681ccec 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -49,6 +49,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"stl_deque.h:1051"
"(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
"(Lexer|Parser).*warning.*(statement is unreachable|will never be executed)"
+ "(Lexer|Parser).*warning.*variable.*was set but never used"
"PGC-W-0095-Type cast required for this conversion.*ProcessUNIX.c"
"[Qq]t([Cc]ore|[Gg]ui|[Ww]idgets).*warning.*conversion.*may alter its value"
"warning:.*is.*very unsafe.*consider using.*"