mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
TextureDecoder_x64: Remove clang warning suppression
This was an issue two years ago on clang 3.3
This commit is contained in:
@ -14,12 +14,6 @@
|
|||||||
#include "VideoCommon/TextureDecoder.h"
|
#include "VideoCommon/TextureDecoder.h"
|
||||||
#include "VideoCommon/VideoConfig.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
|
// GameCube/Wii texture decoder
|
||||||
|
|
||||||
// Decodes all known GameCube/Wii texture formats.
|
// Decodes all known GameCube/Wii texture formats.
|
||||||
|
Reference in New Issue
Block a user