summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-03-13 15:53:13 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-03-13 15:53:13 (GMT)
commit4770d5373ef040dd9b5e005b61e54a5e21019599 (patch)
tree16b5701863413794ba642489a64e8a505865d7f5
parentffdb8e2b6a310de30f9540bc71b1f603640969c1 (diff)
parentb926cff11071e1edf6be28551c8c6cfccd558a41 (diff)
downloadCMake-4770d5373ef040dd9b5e005b61e54a5e21019599.zip
CMake-4770d5373ef040dd9b5e005b61e54a5e21019599.tar.gz
CMake-4770d5373ef040dd9b5e005b61e54a5e21019599.tar.bz2
Merge topic 'suppress-warnings'
b926cff Suppress warnings occurring on the dashboards using the PGI compiler.
-rw-r--r--CTestCustom.cmake.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 9eee655..9829191 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -40,8 +40,9 @@ 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"
+ "PGC-W-0095-Type cast required for this conversion.*ProcessUNIX.c"
"[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"