Skip to content

Commit 1d62e5b

Browse files
Blackhexgithub-actions
authored andcommitted
Allow some warnings when building libgcc (#36)
1 parent 3696afe commit 1d62e5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libgcc/config/aarch64/t-aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ LIB2ADDEH += \
3030
$(srcdir)/config/aarch64/__arm_za_disable.S
3131

3232
SHLIB_MAPFILES += $(srcdir)/config/aarch64/libgcc-sme.ver
33-
LIBGCC2_CFLAGS += -Werror -Wno-prio-ctor-dtor
33+
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

Comments
 (0)