Page MenuHomeFreeBSD

D56653.id176601.diff
No OneTemporary

D56653.id176601.diff

diff --git a/cddl/lib/libzpool/Makefile b/cddl/lib/libzpool/Makefile
--- a/cddl/lib/libzpool/Makefile
+++ b/cddl/lib/libzpool/Makefile
@@ -293,6 +293,11 @@
CFLAGS.gcc+= -Wno-pointer-to-int-cast
+# Some versions of LLVM contain duplicate typedefs in the <*intrin.h> headers,
+# which are not allowed prior to C11; since libzpool is built with C99, make
+# this not be an error.
+CFLAGS.clang+= -Wno-error=typedef-redefinition
+
# Pointer values are used as debugging "tags" to mark reference count
# ownerships and in some cases the tag reference is dropped after an
# object is freed.

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 8, 12:56 AM (7 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32249184
Default Alt Text
D56653.id176601.diff (594 B)

Event Timeline