diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-09-29 11:00:56 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-09-29 11:00:59 -0400 |
| commit | 80c7e3ebc012fc9bf2413ce3953ac90414f572d2 (patch) | |
| tree | 1e665257c5c0be85f24fc9b5206557eff8faf3bd /Source/Core/VideoCommon/TextureDecoder_x64.cpp | |
| parent | 6a27f1bbf6422f898f3478e7d6edbf1fdba97c39 (diff) | |
TextureDecoder_x64: Remove clang warning suppression
This was an issue two years ago on clang 3.3
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_x64.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureDecoder_x64.cpp | 6 |
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. |
