From 30cbbf1a64862af0dc8dc3114c23a96efba7ab76 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 6 Sep 2023 19:35:46 +0200 Subject: [PATCH] error exceptions updated --- .github/workflows/ci-scripts-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 6bb6b9e303..df5703b7c1 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -66,6 +66,9 @@ jobs: -Wno-error=sizeof-pointer-memaccess -Wno-error=nonnull -Wno-error=dangling-pointer + -Wno-error=format-overflow + -Wno-error=use-after-free + -Wno-error=format-security -Wno-error=stringop-overread'" - os: ubuntu-20.04