diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index f0393dcc5ce39022716ed1e6a2b1476449711616..86e5f208121ce936c52f57793cdcb1c4fb4efd05 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