Skip to content

Commit

Permalink
Suppress gcc10 specific warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Atkins committed Aug 6, 2020
1 parent 6082a44 commit 6e5def2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CTestCustom.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"warning: Using '.*' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking"
"PGC.*compilation completed with warnings"
"Warning: stand-alone `data16' prefix"
"Warning: Type mismatch between actual argument.*"
"Warning: Rank mismatch between actual argument.*"
".*nlohmann::.*deprecated.*"
)
list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
".*/thirdparty/.*"
Expand Down

0 comments on commit 6e5def2

Please sign in to comment.