ci: Remove -Wno-error=deprecated-declarations cpp option from debian-clang

As all deprecated-declarations warnings are fixed

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18203>
This commit is contained in:
Yonggang Luo 2022-08-23 12:12:22 +08:00 committed by Marge Bot
parent da4edc0d2a
commit eb3af2357f

View file

@ -401,7 +401,6 @@ debian-clang:
-Wno-error=unused-function
CPP_ARGS: >
-Wno-error=c99-designator
-Wno-error=deprecated-declarations
-Wno-error=implicit-const-int-float-conversion
-Wno-error=missing-braces
-Wno-error=overloaded-virtual