From c017dfec62e448fea9ad9d16c575086b0de19b3b Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Sat, 18 Jun 2022 18:33:30 +0200 Subject: [PATCH] ci: Remove -Wno-error=maybe-uninitialized It is not needed anymore. Signed-off-by: Christian Gmeiner Reviewed-by: Jesse Natalie Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index bf5a455e8fe..28fab7d1eee 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -214,7 +214,6 @@ fedora-release: BUILDTYPE: "release" C_ARGS: > -Wno-error=array-bounds - -Wno-error=maybe-uninitialized -Wno-error=stringop-overread -Wno-error=uninitialized CPP_ARGS: >