Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168009426
D12912.id35948.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
529 B
Referenced Files
None
Subscribers
None
D12912.id35948.diff
View Options
Index: share/mk/bsd.sys.mk
===================================================================
--- share/mk/bsd.sys.mk
+++ share/mk/bsd.sys.mk
@@ -81,6 +81,9 @@
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 40000
CWARNFLAGS.clang+= -Wno-address-of-packed-member
.endif
+.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 60000
+CWARNFLAGS+= -Wno-error=tautological-constant-compare
+.endif
.endif # WARNS <= 3
.if ${WARNS} <= 2
CWARNFLAGS.clang+= -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 26, 9:41 PM (19 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37330073
Default Alt Text
D12912.id35948.diff (529 B)
Attached To
Mode
D12912: Don't fail the build due to clang integer constant range warnings
Attached
Detach File
Event Timeline
Log In to Comment