Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148546427
D22876.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
460 B
Referenced Files
None
Subscribers
None
D22876.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D22876: gcc9: quiet Waddress-of-packed-member for kernel build
Attached
Detach File
Event Timeline
Log In to Comment