Skip to content
Snippets Groups Projects
Commit d66aa097 authored by Graham Madarasz (Graham Linden)'s avatar Graham Madarasz (Graham Linden)
Browse files

Remove pragma diags which ALSO cause gcc-4.1 to warning and thus error out. *sigh*

parent 2874ecea
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment