aboutsummaryrefslogtreecommitdiff
path: root/contrib/libucl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-06-05 09:38:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-06-05 09:38:48 +0000
commit912517a7d406640dc50c83f5ec2754efd6762713 (patch)
treed774328b440fa31f46553e9125ae7b573700cb91 /contrib/libucl
parent31c2b42258a49505de32b108c28a6158a94cc076 (diff)
downloadsrc-912517a7d406640dc50c83f5ec2754efd6762713.tar.gz
src-912517a7d406640dc50c83f5ec2754efd6762713.zip
Notes
Diffstat (limited to 'contrib/libucl')
-rw-r--r--contrib/libucl/src/mum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libucl/src/mum.h b/contrib/libucl/src/mum.h
index ae6eec16c182..8bc8af8621c5 100644
--- a/contrib/libucl/src/mum.h
+++ b/contrib/libucl/src/mum.h
@@ -73,7 +73,7 @@ typedef unsigned __int64 uint64_t;
#define _MUM_FRESH_GCC
#endif
-#if defined(__GNUC__) && !defined(__llvm__)
+#if defined(__GNUC__) && !defined(__llvm__) && defined(_MUM_FRESH_GCC)
#define _MUM_ATTRIBUTE_UNUSED __attribute__((unused))
#define _MUM_OPTIMIZE(opts) __attribute__((__optimize__ (opts)))
#define _MUM_TARGET(opts) __attribute__((__target__ (opts)))