From 6e5def21f3a1b0a933ed457fb2e955c2c55b3d38 Mon Sep 17 00:00:00 2001 From: Chuck Atkins Date: Thu, 6 Aug 2020 16:57:40 -0400 Subject: [PATCH] Suppress gcc10 specific warnings --- CTestCustom.cmake.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index e65c614747..f5e4a86760 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -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/.*"