We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0de45ab + 45f6ef8 commit be02023Copy full SHA for be02023
CTestCustom.cmake.in
@@ -60,6 +60,10 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
60
# OLCF Ascent/Summit
61
"viskores/thirdparty"
62
63
+ # Disable a particular warning that comes from DIY and GCC 12. The warning seems incorrect.
64
+ "12/bits/stl_vector.h:988:50: warning: pointer used after"
65
+ "12/bits/new_allocator.h:158:33: note: call to"
66
+
67
# Disable warning that can happen in the standard lib from the loguru
68
# third party library. This is a note that can get flagged because it
69
# happens in a file outside of the thirdparty directory.
0 commit comments