From f756624d7756caedc34faab046e6f88b1090c787 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Wed, 22 Jul 2020 17:01:32 +0200 Subject: [PATCH] Add -Wmissing-braces to linux test --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ff0fd6ad70..890c3c11a4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -20,7 +20,7 @@ jobs: cmake --version - name: configure run: | - cmake -D CMAKE_BUILD_TYPE=Release -D DEAL_II_CXX_FLAGS='-Werror' . + cmake -D CMAKE_BUILD_TYPE=Release -D DEAL_II_CXX_FLAGS='-Werror -Wmissing-braces' . - name: archive uses: actions/upload-artifact@v1 with: -- 2.39.5