Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107791857
D26201.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
424 B
Referenced Files
None
Subscribers
None
D26201.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D26201: Disable -Woverflow errors for i386 for GCC 9.
Attached
Detach File
Event Timeline
Log In to Comment