1
0
Fork 0

Cleanup printf types and explicitly state unused vars

This commit is contained in:
krcroft 2019-11-29 07:25:20 -08:00 committed by Patryk Obara
parent e5981c3b8e
commit 8a5a539f9a
4 changed files with 45 additions and 30 deletions

View file

@ -73,5 +73,6 @@ jobs:
export MSYSTEM_CARCH="$ARCH_${{ matrix.bits }}"
export MSYSTEM_CHOST="$ARCH_${{ matrix.bits }}-pc-msys"
./scripts/build.sh --compiler ${{ matrix.compiler }} --build-type Debug --bin-path /mingw${{ matrix.bits }}/bin
grep '^#define' config.h
- name: Debug Warnings
run: '.\scripts\count-warnings.py -m $env:MAX_WARNINGS_${{ matrix.compiler }}_${{ matrix.bits }}bit_Debug build.log'