diff options
author | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-03-12 08:14:19 -0700 |
---|---|---|
committer | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-03-12 08:14:19 -0700 |
commit | d66aa0974abddbaa56be5d1535de4e09576324bc (patch) | |
tree | f2b16e6ed059f6cb31a8e1be5d7fbf522368703b /indra | |
parent | 2874ecea4d59b2db87c764ba5fae0b662992c121 (diff) |
Remove pragma diags which ALSO cause gcc-4.1 to warning and thus error out. *sigh*
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llface.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index f0393dcc5c..86e5f20812 100755 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -53,14 +53,6 @@ #include "llviewershadermgr.h" #include "llvoavatar.h" -#if LL_LINUX -// Work-around spurious used before init warning on Vector4a -// -#pragma GCC diagnostic ignored "-Wuninitialized" -#pragma GCC diagnostic ignored "-Wunused-variable" -#pragma GCC diagnostic ignored "-Wunused-function" -#endif - extern BOOL gGLDebugLoggingEnabled; #define LL_MAX_INDICES_COUNT 1000000 |