Skip to content

Commit 1e53b84

Browse files
committed
TODO: Wshadow compiler directive not needed
1 parent a657810 commit 1e53b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/Base/hip/GPUReconstructionHIPIncludesSystem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <hip/hip_ext.h>
2424
#include <hipcub/hipcub.hpp>
2525
#pragma GCC diagnostic push
26-
#pragma GCC diagnostic ignored "-Wshadow" // FIXME: Is this still needed?
26+
// #pragma GCC diagnostic ignored "-Wshadow" // VS: This compiler directive for -Wshadow is not needed.
2727
#include <thrust/sort.h>
2828
#include <thrust/execution_policy.h>
2929
#include <thrust/device_ptr.h>

0 commit comments

Comments
 (0)