summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-28 16:00:17 -0400
committerBrad King <brad.king@kitware.com>2016-09-28 16:00:17 -0400
commit09a6bd820eb04570226b16ebd8cd7dcb49dac5d8 (patch)
treedcf4a218a98399a09e79b00dafb29505155b3259 /CTestCustom.cmake.in
parentdfe7af3613f6fff87b2a33c7527d5d24a2fd2d10 (diff)
downloadcmake-09a6bd820eb04570226b16ebd8cd7dcb49dac5d8.tar.gz
CTestCustom: Suppress PGI IPA warnings
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 710681ccec..48dd3debc2 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -67,6 +67,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*rand.*may return deterministic values"
"cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*rand.*isn.*t random" # we do not do crypto
"cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*srand.*seed choices are.*poor" # we do not do crypto
+ "IPA warning: function.*multiply defined in"
# Ignore clang's summary warning, assuming prior text has matched some
# other warning expression: