Cleanup printf types and explicitly state unused vars
This commit is contained in:
parent
e5981c3b8e
commit
8a5a539f9a
4 changed files with 45 additions and 30 deletions
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue