From: Peter Munch Date: Wed, 22 Jul 2020 15:01:32 +0000 (+0200) Subject: Add -Wmissing-braces to linux test X-Git-Tag: v9.3.0-rc1~1254^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f756624d7756caedc34faab046e6f88b1090c787;p=dealii.git Add -Wmissing-braces to linux test --- 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: