Skip to content

Commit

Permalink
Merge pull request #3107 from lioncash/pragma
Browse files Browse the repository at this point in the history
TextureDecoder_x64: Remove now-unnecessary clang #pragma warning suppression
  • Loading branch information
Tilka committed Sep 29, 2015
2 parents e278587 + 50a7390 commit 16957fc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Source/Core/VideoCommon/TextureDecoder_x64.cpp
Expand Up @@ -6,20 +6,13 @@
#include <cmath>

#include "Common/Common.h"
//#include "VideoCommon.h" // to get debug logs
#include "Common/CPUDetect.h"
#include "Common/Intrinsics.h"

#include "VideoCommon/LookUpTables.h"
#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.
Expand Down

0 comments on commit 16957fc

Please sign in to comment.