From f18800760d51f4ac852edba2766c17d166a4786f Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Wed, 29 Apr 2020 21:52:03 +0200 Subject: [PATCH] Update allowed warnings limits --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9fc9c82d..8508f51d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -17,10 +17,10 @@ jobs: conf: - name: Clang flags: -c clang - max_warnings: 39 + max_warnings: 38 - name: GCC-9 flags: -c gcc -v 9 - max_warnings: 58 + max_warnings: 57 steps: - uses: actions/checkout@v2 - name: Install C++ compiler and libraries