ArchitectureRules: Temporarily disable -Wno-error that GCC 8 does not like.

This commit is contained in:
Augustin Cavalier 2021-11-16 22:48:40 -05:00
parent e7952d44d5
commit 573b7b1f21

View File

@ -125,7 +125,7 @@ rule ArchitectureSetup architecture
-Wno-error=deprecated -Wno-error=deprecated-declarations
-Wno-error=cpp -Wno-error=trigraphs -Wno-error=register ;
# These currently generate too many "false positives."
HAIKU_WERROR_FLAGS_$(architecture) += -Wno-error=address-of-packed-member ;
#HAIKU_WERROR_FLAGS_$(architecture) += -Wno-error=address-of-packed-member ;
# But these can stay.
HAIKU_WERROR_FLAGS_$(architecture) += -Wno-error=cast-align
-Wno-error=format-truncation ;