diff options
| author | flacs <tilkax@gmail.com> | 2015-09-29 19:53:12 +0200 |
|---|---|---|
| committer | flacs <tilkax@gmail.com> | 2015-09-29 19:53:12 +0200 |
| commit | 16957fcaec6f6f7e22b41d30210a3b4c0061cb10 (patch) | |
| tree | d9845f2b3cdb9b2ff101a99bc09c4a154d03b697 /Source/Core/VideoCommon/TextureDecoder_x64.cpp | |
| parent | e2785870239f5f27d6d493007c43c8fb55ad9674 (diff) | |
| parent | 50a73906228d9f304608eebcc06fbea319b5e229 (diff) | |
Merge pull request #3107 from lioncash/pragma
TextureDecoder_x64: Remove now-unnecessary clang #pragma warning suppression
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_x64.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureDecoder_x64.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Core/VideoCommon/TextureDecoder_x64.cpp b/Source/Core/VideoCommon/TextureDecoder_x64.cpp index 3064b0f3c1..405d4de592 100644 --- a/Source/Core/VideoCommon/TextureDecoder_x64.cpp +++ b/Source/Core/VideoCommon/TextureDecoder_x64.cpp @@ -6,7 +6,6 @@ #include <cmath> #include "Common/Common.h" -//#include "VideoCommon.h" // to get debug logs #include "Common/CPUDetect.h" #include "Common/Intrinsics.h" @@ -14,12 +13,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. |
