Page MenuHomeFreeBSD

D25729.id75374.diff
No OneTemporary

D25729.id75374.diff

Index: share/mk/bsd.sys.mk
===================================================================
--- share/mk/bsd.sys.mk
+++ share/mk/bsd.sys.mk
@@ -184,6 +184,11 @@
-Wno-error=sizeof-pointer-memaccess \
-Wno-error=stringop-truncation
.endif
+
+# GCC's own arm_neon.h triggers various warnings
+.if ${MACHINE_ARCH} == "aarch64"
+CWARNFLAGS+= -Wno-system-headers
+.endif
.endif # gcc
# How to handle FreeBSD custom printf format specifiers.

File Metadata

Mime Type
text/plain
Expires
Tue, Jun 16, 4:32 PM (41 m, 45 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33993186
Default Alt Text
D25729.id75374.diff (450 B)

Event Timeline