Skip to content
Snippets Groups Projects
Commit 4cc4a89b authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Supress misleading indentation warning from glh_linear

parent cdfe7b30
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,14 @@ ...@@ -59,7 +59,14 @@
#include "llsdserialize.h" #include "llsdserialize.h"
#include "lljoint.h" #include "lljoint.h"
#if LL_GNUC
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmisleading-indentation"
#endif
#include "glh/glh_linear.h" #include "glh/glh_linear.h"
#if LL_GNUC
#pragma GCC diagnostic pop
#endif
#include "llmatrix4a.h" #include "llmatrix4a.h"
#include <boost/regex.hpp> #include <boost/regex.hpp>
......
...@@ -30,7 +30,14 @@ ...@@ -30,7 +30,14 @@
#include "llcallbacklist.h" #include "llcallbacklist.h"
#include "lltimer.h" #include "lltimer.h"
#if LL_GNUC
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmisleading-indentation"
#endif
#include "glh/glh_linear.h" #include "glh/glh_linear.h"
#if LL_GNUC
#pragma GCC diagnostic pop
#endif
#include "llmatrix4a.h" #include "llmatrix4a.h"
#include <boost/bind.hpp> #include <boost/bind.hpp>
......
...@@ -43,7 +43,14 @@ ...@@ -43,7 +43,14 @@
#include "llinstancetracker.h" #include "llinstancetracker.h"
#include "llglheaders.h" #include "llglheaders.h"
#if LL_GNUC
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmisleading-indentation"
#endif
#include "glh/glh_linear.h" #include "glh/glh_linear.h"
#if LL_GNUC
#pragma GCC diagnostic pop
#endif
extern BOOL gDebugGL; extern BOOL gDebugGL;
extern BOOL gDebugSession; extern BOOL gDebugSession;
......
...@@ -42,7 +42,14 @@ ...@@ -42,7 +42,14 @@
#include "llpointer.h" #include "llpointer.h"
#include "llglheaders.h" #include "llglheaders.h"
#include "llmatrix4a.h" #include "llmatrix4a.h"
#if LL_GNUC
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmisleading-indentation"
#endif
#include "glh/glh_linear.h" #include "glh/glh_linear.h"
#if LL_GNUC
#pragma GCC diagnostic pop
#endif
class LLVertexBuffer; class LLVertexBuffer;
class LLCubeMap; class LLCubeMap;
......
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