diff options
author | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-03-12 06:19:26 -0700 |
---|---|---|
committer | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-03-12 06:19:26 -0700 |
commit | 8af4974a02f1ad0c34c7e9cd17d0c2487231468e (patch) | |
tree | 137c664d26ea04f29277a041e55dd5058e6e3b86 | |
parent | 117ca53f099b6b2a3b22cf22065625c3fa26a1b1 (diff) |
Disable more warnings to try to get llface.cpp to compile in the TC linux farm
-rwxr-xr-x | indra/newview/llface.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index 73ae3743fc..f0393dcc5c 100755 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -57,6 +57,8 @@ // 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; |