Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153211462
D36756.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
427 B
Referenced Files
None
Subscribers
None
D36756.diff
View Options
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -114,6 +114,9 @@
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 140000
NO_WBITWISE_INSTEAD_OF_LOGICAL= -Wno-bitwise-instead-of-logical
.endif
+.if ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 110100
+NO_WARRAY_PARAMETER= -Wno-array-parameter
+.endif
.endif # WARNS
.if defined(FORMAT_AUDIT)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 8:19 PM (18 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31862322
Default Alt Text
D36756.diff (427 B)
Attached To
Mode
D36756: bsd.sys.mk: Add NO_WARRAY_PARAMETER helper variable.
Attached
Detach File
Event Timeline
Log In to Comment