1
0
Fork 0

Update allowed warnings limits

Clang in MSYS2 got updated to Clang 10, and now detects some warnings,
that were earlier marked only by GCC.
This commit is contained in:
Patryk Obara 2020-04-13 14:32:47 +02:00
parent 9d576b5cb7
commit cee4f1adba

View file

@ -17,11 +17,11 @@ jobs:
- compiler: Clang
bits: 32
arch: i686
max_warnings: 26
max_warnings: 28
- compiler: Clang
bits: 64
arch: x86_64
max_warnings: 58
max_warnings: 60
- compiler: GCC
bits: 32
arch: i686