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

Update to build on Xcode 6.0 (fix unit tests): turn off warnings for multiple...

Update to build on Xcode 6.0 (fix unit tests): turn off warnings for multiple unused private members
parent 87eb43e6
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,16 @@ ...@@ -28,7 +28,16 @@
#include "linden_common.h" #include "linden_common.h"
// Class to test // Class to test
#include "llimagej2ckdu.h" #include "llimagej2ckdu.h"
#if LL_DARWIN
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#include "llkdumem.h"
#pragma clang diagnostic pop
#elif
#include "llkdumem.h" #include "llkdumem.h"
#endif
#include "kdu_block_coding.h" #include "kdu_block_coding.h"
// Tut header // Tut header
#include "lltut.h" #include "lltut.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