mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Ignore strict-aliasing warning
This commit is contained in:
parent
2ab25f0382
commit
938880b71d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ env:
|
|||
|
||||
install:
|
||||
- pip install -U platformio
|
||||
- export PLATFORMIO_BUILD_FLAGS="-DDEBUG_USB_HOST -DWIICAMERA -Wall -Werror"
|
||||
- export PLATFORMIO_BUILD_FLAGS="-DDEBUG_USB_HOST -DWIICAMERA -Wall -Werror -Wno-strict-aliasing"
|
||||
|
||||
#
|
||||
# Libraries from PlatformIO Library Registry:
|
||||
|
|
Loading…
Reference in a new issue