From d66aa0974abddbaa56be5d1535de4e09576324bc Mon Sep 17 00:00:00 2001
From: "Graham Madarasz (Graham Linden)" <graham@lindenlab.com>
Date: Tue, 12 Mar 2013 08:14:19 -0700
Subject: [PATCH] Remove pragma diags which ALSO cause gcc-4.1 to warning and
 thus error out. *sigh*

---
 indra/newview/llface.cpp | 8 --------
 1 file changed, 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
-- 
GitLab