From 51355272b3f75e319bf557b5261d686ba9057a4c Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Wed, 9 Aug 2023 21:53:11 +0200 Subject: [PATCH] ArchitecturesRules: error on use of deprecated functions The previous commits have cleaned all the remaining ones. Change-Id: I6b12ba4f23779f3e2e4fd5a00c6acfaaeb50f4d6 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6804 Reviewed-by: Fredrik Holmqvist --- build/jam/ArchitectureRules | 1 - 1 file changed, 1 deletion(-) diff --git a/build/jam/ArchitectureRules b/build/jam/ArchitectureRules index 27c88c189d..65040ba76b 100644 --- a/build/jam/ArchitectureRules +++ b/build/jam/ArchitectureRules @@ -127,7 +127,6 @@ rule ArchitectureSetup architecture if $(HAIKU_CC_IS_LEGACY_GCC_$(architecture)) != 1 { # TODO: Remove all these. HAIKU_WERROR_FLAGS_$(architecture) += -Wno-error=unused-but-set-variable - -Wno-error=deprecated-declarations -Wno-error=cpp -Wno-error=register ; # These currently generate too many "false positives." HAIKU_WERROR_FLAGS_$(architecture) += -Wno-error=address-of-packed-member