summaryrefslogtreecommitdiff
path: root/indra/llkdu/llkdumem.h
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-20 16:02:03 -0700
committercallum_linden <none@none>2014-10-20 16:02:03 -0700
commitf3baf8dc4e900a4e8d4005e31f20be2bae162a56 (patch)
treeb7258de470c1c20433ea7236189a45c93c6f979c /indra/llkdu/llkdumem.h
parentcad1df584be0ed62e4ae0393b84e57f192009da5 (diff)
Update to build on Xcode 6.0: remove #pragmas from code to deal with tut warnigs/errors (moved to package) AND bracket clang #pragmas in #if LL_DARWIN
Diffstat (limited to 'indra/llkdu/llkdumem.h')
-rwxr-xr-xindra/llkdu/llkdumem.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llkdu/llkdumem.h b/indra/llkdu/llkdumem.h
index 892826f199..a0d304868e 100755
--- a/indra/llkdu/llkdumem.h
+++ b/indra/llkdu/llkdumem.h
@@ -30,11 +30,16 @@
// Support classes for reading and writing from memory buffers in KDU
#define KDU_NO_THREADS
// don't *really* want to rebuild KDU so turn off specific warnings for this header
+#if LL_DARWIN
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wself-assign-field"
#pragma clang diagnostic ignored "-Wunused-private-field"
#include "kdu_image.h"
#pragma clang diagnostic pop
+#elif
+#include "kdu_image.h"
+#endif
+
#include "kdu_elementary.h"
#include "kdu_messaging.h"
#include "kdu_params.h"