From 495b2c537b386cd1945f52bac038b737654e443e Mon Sep 17 00:00:00 2001 From: "Thomas H.P. Andersen" Date: Thu, 23 Dec 2021 02:07:40 +0100 Subject: [PATCH] ci: debian-clang: -Wno-error for sometimes-uninitialized The last of this kind of warning is gone for CPP Reviewed-by: Emma Anholt Part-of: --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2478e82dacf..cc6f415b11e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1033,7 +1033,6 @@ debian-clang: -Wno-error=implicit-const-int-float-conversion -Wno-error=missing-braces -Wno-error=overloaded-virtual - -Wno-error=sometimes-uninitialized -Wno-error=tautological-constant-out-of-range-compare -Wno-error=unused-const-variable -Wno-error=unused-private-field