mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 05:21:28 +01:00
2468c9e5bf
This disables -Werror for the use of old GCC extensions listed here: https://gcc.gnu.org/onlinedocs/gcc/Deprecated-Features.html We do not apparently use any of those anymore (if we ever did). I think this was accidentally enabled at the same time as deprecated-declarations (which we still need, for example because we still have some uses of auto_ptr). Change-Id: I147276b42d9d066df56e8b135bc8fd885dc937a7 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6798 Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>