Skip to content

Commit ada4e3f

Browse files
committed
Removed all three lines push, pragma diagnostic, pop
1 parent 1e53b84 commit ada4e3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

GPU/GPUTracking/Base/hip/GPUReconstructionHIPIncludesSystem.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@
2222
#include <hip/hip_runtime.h>
2323
#include <hip/hip_ext.h>
2424
#include <hipcub/hipcub.hpp>
25-
#pragma GCC diagnostic push
26-
// #pragma GCC diagnostic ignored "-Wshadow" // VS: This compiler directive for -Wshadow is not needed.
2725
#include <thrust/sort.h>
2826
#include <thrust/execution_policy.h>
2927
#include <thrust/device_ptr.h>
30-
#pragma GCC diagnostic pop
3128

3229
#endif // O2_GPU_RECONSTRUCTIONHIPINCLUDESSYSTEM_H

0 commit comments

Comments
 (0)