summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureDecoder_x64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_x64.cpp')
-rw-r--r--Source/Core/VideoCommon/TextureDecoder_x64.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/VideoCommon/TextureDecoder_x64.cpp b/Source/Core/VideoCommon/TextureDecoder_x64.cpp
index 3064b0f3c1..b07e34064b 100644
--- a/Source/Core/VideoCommon/TextureDecoder_x64.cpp
+++ b/Source/Core/VideoCommon/TextureDecoder_x64.cpp
@@ -14,12 +14,6 @@
#include "VideoCommon/TextureDecoder.h"
#include "VideoCommon/VideoConfig.h"
-// This avoids a harmless warning from a system header in Clang;
-// see http://llvm.org/bugs/show_bug.cgi?id=16093
-#if defined(__clang__) && (__clang_major__ * 100 + __clang_minor__ < 304)
-#pragma clang diagnostic ignored "-Wshadow"
-#endif
-
// GameCube/Wii texture decoder
// Decodes all known GameCube/Wii texture formats.