Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161806208
D56653.id176601.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
594 B
Referenced Files
None
Subscribers
None
D56653.id176601.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D56653: libzpool: Set -Wno-error=typedef-redefinition for clang
Attached
Detach File
Event Timeline
Log In to Comment