summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorGraham Madarasz (Graham Linden) <graham@lindenlab.com>2013-03-12 08:14:19 -0700
committerGraham Madarasz (Graham Linden) <graham@lindenlab.com>2013-03-12 08:14:19 -0700
commitd66aa0974abddbaa56be5d1535de4e09576324bc (patch)
treef2b16e6ed059f6cb31a8e1be5d7fbf522368703b /indra
parent2874ecea4d59b2db87c764ba5fae0b662992c121 (diff)
Remove pragma diags which ALSO cause gcc-4.1 to warning and thus error out. *sigh*
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llface.cpp8
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