Page MenuHomeFreeBSD

D12912.id34677.diff
No OneTemporary

D12912.id34677.diff

Index: share/mk/bsd.sys.mk
===================================================================
--- share/mk/bsd.sys.mk
+++ share/mk/bsd.sys.mk
@@ -157,6 +157,10 @@
-Wno-error=nonnull
.endif
+.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 60000
+CWARNFLAGS+= -Wno-error=tautological-constant-compare
+.endif
+
# How to handle FreeBSD custom printf format specifiers.
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 30600
FORMAT_EXTENSIONS= -D__printf__=__freebsd_kprintf__

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 29, 1:05 PM (6 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37513094
Default Alt Text
D12912.id34677.diff (502 B)

Event Timeline