1
0
Fork 0

Update allowed warnings limits

This commit is contained in:
Patryk Obara 2020-04-29 21:52:03 +02:00
parent 23f4c5bb1b
commit f18800760d

View file

@ -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