Skip to content

Commit

Permalink
CTestCustom: Suppress PGI IPA warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bradking committed Sep 28, 2016
1 parent dfe7af3 commit 09a6bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CTestCustom.cmake.in
Expand Up @@ -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:
Expand Down

0 comments on commit 09a6bd8

Please sign in to comment.