mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
A few more warnings.
This commit is contained in:
parent
2630169229
commit
35b8dfbe0c
7 changed files with 15 additions and 8 deletions
|
@ -28,6 +28,12 @@
|
|||
#include <tmmintrin.h>
|
||||
#endif
|
||||
|
||||
// This avoids a harmless warning from a system header in Clang;
|
||||
// see http://llvm.org/bugs/show_bug.cgi?id=16093
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic ignored "-Wshadow"
|
||||
#endif
|
||||
|
||||
bool TexFmt_Overlay_Enable=false;
|
||||
bool TexFmt_Overlay_Center=false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue