Enable unused function warning on the ESP platforms, as the fix is now merged upsteam

This commit is contained in:
Kristian Sloth Lauszus 2018-01-14 16:06:59 +01:00
parent 0fb3e504d2
commit 6cc77dcf53

View file

@ -74,5 +74,4 @@ install:
- platformio lib install 62 416 417
script:
- platformio ci --lib="." --board=uno --board=due --board=genuino101 --board=teensy30 --board=teensy31 --board=teensy35 --board=teensy36 --board=teensylc
- platformio ci --lib="." --board=esp12e --board=nodemcu --board=esp32dev --project-option="build_flags=-Wno-unused-function" # Workaround https://github.com/esp8266/Arduino/pull/2881
- platformio ci --lib="." --board=uno --board=due --board=genuino101 --board=teensy30 --board=teensy31 --board=teensy35 --board=teensy36 --board=teensylc --board=esp12e --board=nodemcu --board=esp32dev