Skip to content

Commit b5c39c8

Browse files
authored
Merge pull request #6908 from akva2/hip_remove_unsupported_diag_suppression
remove unsupport diagnostic
2 parents 93c130b + 5af2bf6 commit b5c39c8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/gpuistl/test_primary_variables_gpu.cu

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,10 @@
2727
#define HAVE_DUNE_FEM 0
2828

2929
// Suppress enum conversion warnings from Boost.Test on ROCm platform
30-
#ifdef __HIP_PLATFORM_AMD__
31-
#pragma clang diagnostic push
32-
#pragma clang diagnostic ignored "-Wenum-constexpr-conversion"
33-
#endif
3430
#define BOOST_TEST_MODULE TestPrimaryVariablesGPU
3531

3632
#include <boost/test/unit_test.hpp>
3733

38-
#ifdef __HIP_PLATFORM_AMD__
39-
#pragma clang diagnostic pop
40-
#endif
41-
4234
#include <boost/test/unit_test.hpp>
4335

4436
#include <opm/common/ErrorMacros.hpp>

0 commit comments

Comments
 (0)