1
0
Fork 0

Update allowed warnings limits

This commit is contained in:
Patryk Obara 2019-12-19 00:09:44 +01:00
parent c81269eebe
commit 15c694af21

View file

@ -20,11 +20,11 @@ jobs:
- compiler: Clang
bits: 32
arch: i686
max_warnings: 93
max_warnings: 92
- compiler: Clang
bits: 64
arch: x86_64
max_warnings: 136
max_warnings: 135
env:
CHERE_INVOKING: yes
steps: