We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3696afe commit 1d62e5bCopy full SHA for 1d62e5b
libgcc/config/aarch64/t-aarch64
@@ -30,4 +30,5 @@ LIB2ADDEH += \
30
$(srcdir)/config/aarch64/__arm_za_disable.S
31
32
SHLIB_MAPFILES += $(srcdir)/config/aarch64/libgcc-sme.ver
33
-LIBGCC2_CFLAGS += -Werror -Wno-prio-ctor-dtor
+LIBGCC2_CFLAGS += -Werror -Wno-prio-ctor-dtor -Wno-error=attributes -Wno-error=unused-parameter \
34
+ -Wno-error=missing-prototypes -Wno-error=unused-function
0 commit comments