Skip to content

Commit 61fb23d

Browse files
committed
Do not generate warnings for unused functions
1 parent 9ca27ab commit 61fb23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ env:
6363

6464
install:
6565
- pip install -U platformio
66-
- export PLATFORMIO_BUILD_FLAGS="-DDEBUG_USB_HOST -DWIICAMERA -Wall -Werror -Wno-strict-aliasing"
66+
- export PLATFORMIO_BUILD_FLAGS="-DDEBUG_USB_HOST -DWIICAMERA -Wall -Werror -Wno-strict-aliasing -Wno-unused-function"
6767

6868
#
6969
# Libraries from PlatformIO Library Registry:

0 commit comments

Comments
 (0)