Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F114469604
D12912.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
550 B
Referenced Files
None
Subscribers
None
D12912.diff
View Options
Index: head/share/mk/bsd.sys.mk
===================================================================
--- head/share/mk/bsd.sys.mk
+++ head/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.clang+= -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
Sun, Apr 13, 9:16 PM (38 m, 44 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17506791
Default Alt Text
D12912.diff (550 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