Update allowed warnings limits
This commit is contained in:
parent
23f4c5bb1b
commit
f18800760d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue