Remove -Wno-error=trigraphs

All (accidental) trigraphs have been removed in the source.
This commit is contained in:
Adrien Destugues 2023-07-28 11:10:15 +02:00
parent 4c28b3f19f
commit 4fbc89c3f2

View File

@ -128,7 +128,7 @@ rule ArchitectureSetup architecture
# TODO: Remove all these.
HAIKU_WERROR_FLAGS_$(architecture) += -Wno-error=unused-but-set-variable
-Wno-error=deprecated -Wno-error=deprecated-declarations
-Wno-error=cpp -Wno-error=trigraphs -Wno-error=register ;
-Wno-error=cpp -Wno-error=register ;
# These currently generate too many "false positives."
HAIKU_WERROR_FLAGS_$(architecture) += -Wno-error=address-of-packed-member
-Wno-error=stringop-overread -Wno-error=array-bounds ;