A few more warnings.

This commit is contained in:
comex
2013-09-01 23:25:57 -04:00
parent 2630169229
commit 35b8dfbe0c
7 changed files with 15 additions and 8 deletions

View File

@ -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;