Page MenuHomeFreeBSD

D22876.diff
No OneTemporary

D22876.diff

Index: head/sys/conf/kern.mk
===================================================================
--- head/sys/conf/kern.mk
+++ head/sys/conf/kern.mk
@@ -70,6 +70,9 @@
.if ${COMPILER_VERSION} >= 80000
CWARNEXTRA+= -Wno-error=packed-not-aligned
.endif
+.if ${COMPILER_VERSION} >= 90100
+CWARNEXTRA+= -Wno-address-of-packed-member
+.endif
.else
# For gcc 4.2, eliminate the too-often-wrong warnings about uninitialized vars.
CWARNEXTRA?= -Wno-uninitialized

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 19, 3:37 PM (9 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29935842
Default Alt Text
D22876.diff (460 B)

Event Timeline