Skip to content
Snippets Groups Projects
Commit f7e4c27a authored by callum_linden's avatar callum_linden
Browse files

Update to build on Xcode 6.0: turn off warnings about -Wdelete-incomplete 0n...

Update to build on Xcode 6.0: turn off warnings about -Wdelete-incomplete 0n llview.h - richard okay'd
parent d20c719f
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,16 @@ ...@@ -44,7 +44,16 @@
#include "llviewquery.h" #include "llviewquery.h"
#include "lluistring.h" #include "lluistring.h"
#include "llcursortypes.h" #include "llcursortypes.h"
#if LL_DARWIN
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdelete-incomplete"
#include "lluictrlfactory.h"
#pragma clang diagnostic pop
#elif
#include "lluictrlfactory.h" #include "lluictrlfactory.h"
#endif
#include "lltreeiterators.h" #include "lltreeiterators.h"
#include "llfocusmgr.h" #include "llfocusmgr.h"
......
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