From 938880b71da838da8012b42c72e1f9c5127b990e Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Tue, 19 Apr 2016 17:04:20 +0200 Subject: [PATCH] Ignore strict-aliasing warning --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a6d94c9..b480a181 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: