From 736eebcc36d097ba9e311bf164f9b0c435dbce92 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Mon, 24 Oct 2016 23:20:38 -0500 Subject: [PATCH] Do not generate warnings for unused functions --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f8ffbecd..225e1c66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ env: install: - pip install -U platformio - - export PLATFORMIO_BUILD_FLAGS="-DDEBUG_USB_HOST -DWIICAMERA -Wall -Werror -Wno-strict-aliasing" + - export PLATFORMIO_BUILD_FLAGS="-DDEBUG_USB_HOST -DWIICAMERA -Wall -Werror -Wno-strict-aliasing -Wno-unused-function" # # Libraries from PlatformIO Library Registry: