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
Sun, Jul 12, 10:44 PM (2 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35014486
Default Alt Text
D12912.id34677.diff (502 B)

Event Timeline