From 2002e87cc3fbe2687e5c818aefc5f8f56fac7c13 Mon Sep 17 00:00:00 2001 From: "Thomas H.P. Andersen" Date: Thu, 20 Jan 2022 17:42:52 +0100 Subject: [PATCH] ci: clean up debian-android no-error list I see no warnings of these in the log of a recent CI build Reviewed-by: Emma Anholt Part-of: --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52fa75b9458..31047d3d0e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -924,7 +924,6 @@ debian-android: variables: UNWIND: "disabled" C_ARGS: > - -Wno-error=absolute-value -Wno-error=asm-operand-widths -Wno-error=constant-conversion -Wno-error=enum-conversion @@ -932,12 +931,10 @@ debian-android: -Wno-error=initializer-overrides -Wno-error=missing-braces -Wno-error=sometimes-uninitialized - -Wno-error=tautological-constant-out-of-range-compare -Wno-error=unused-function -Wno-error=unused-label CPP_ARGS: > -Wno-error=deprecated-declarations - -Wno-error=non-virtual-dtor DRI_LOADERS: > -D glx=disabled -D gbm=disabled