Skip to content

Commit

Permalink
Lower allowed warnings limits
Browse files Browse the repository at this point in the history
  • Loading branch information
kcgen committed Nov 28, 2021
1 parent dae32f6 commit eddafd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-meson-msys2.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
toolchain: ""
arch: i686
sys: MINGW32
max_warnings: 19
max_warnings: 17
- name: GCC (MinGW) x86_64
toolchain: ""
arch: x86_64
Expand All @@ -42,7 +42,7 @@ jobs:
toolchain: clang-
arch: x86_64
sys: CLANG64
max_warnings: 19
max_warnings: 2
- name: GCC +tests
toolchain: ""
arch: x86_64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Expand Up @@ -16,10 +16,10 @@ jobs:
conf:
- name: MSVC 32-bit
arch: x86
max_warnings: -1
max_warnings: 12
- name: MSVC 64-bit
arch: x64
max_warnings: -1
max_warnings: 1099
steps:
- name: Backup existing vcpkg installation
shell: pwsh
Expand Down

0 comments on commit eddafd0

Please sign in to comment.