Page MenuHomeFreeBSD

D26201.diff
No OneTemporary

D26201.diff

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
@@ -196,6 +196,13 @@
-Wno-error=stringop-truncation
.endif
+# GCC 9.2.0
+.if ${COMPILER_VERSION} >= 90200
+.if ${MACHINE_ARCH} == "i386"
+CWARNFLAGS+= -Wno-error=overflow
+.endif
+.endif
+
# GCC's own arm_neon.h triggers various warnings
.if ${MACHINE_CPUARCH} == "aarch64"
CWARNFLAGS+= -Wno-system-headers

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 19, 5:46 AM (20 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15927627
Default Alt Text
D26201.diff (424 B)

Event Timeline