Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109401833
D37537.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
498 B
Referenced Files
None
Subscribers
None
D37537.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
@@ -120,6 +120,9 @@
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 150000
NO_WDEPRECATED_NON_PROTOTYPE=-Wno-deprecated-non-prototype
.endif
+.if ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 100100
+NO_WZERO_LENGTH_BOUNDS= -Wno-zero-length-bounds
+.endif
.if ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 110100
NO_WARRAY_PARAMETER= -Wno-array-parameter
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 5, 2:42 PM (20 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16475858
Default Alt Text
D37537.diff (498 B)
Attached To
Mode
D37537: bsd.sys.mk: Add NO_WZERO_LENGTH_BOUNDS helper variable.
Attached
Detach File
Event Timeline
Log In to Comment