mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Also ignore 'unused-function' warnings
This commit is contained in:
parent
4d20580b18
commit
f31bca66d5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -41,8 +41,8 @@ jobs:
|
|||
# Workaround https://github.com/arduino/ArduinoCore-sam/issues/69
|
||||
pio ci --lib="." --board=due --project-option="build_flags=-Wno-misleading-indentation"
|
||||
|
||||
# Workaround "warning: comparison between signed and unsigned integer expressions" in the Arduino core
|
||||
pio ci --lib="." --board=adafruit_feather_nrf52840 --project-option="build_flags=-Wno-sign-compare"
|
||||
# Ignore warnings in the Arduino core
|
||||
pio ci --lib="." --board=adafruit_feather_nrf52840 --project-option="build_flags=-Wno-sign-compare -Wno-unused-function"
|
||||
env:
|
||||
PLATFORMIO_CI_SRC: ${{ matrix.example }}
|
||||
PLATFORMIO_BUILD_FLAGS: -DWIICAMERA -DDEBUG_USB_HOST -Wall -Werror
|
||||
|
|
Loading…
Reference in a new issue