Silence compiler warnings with Arduino32 (IDF4.4)

This commit is contained in:
Jason2866 2021-11-07 11:38:14 +01:00 committed by GitHub
parent a9871ee0ba
commit 499d66b3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ build_unflags = ${env:tasmota32_base.build_unflags}
build_flags = ${env:tasmota32_base.build_flags}
-Wno-switch-unreachable
-Wno-stringop-overflow
extra_scripts = ${env:tasmota32_base.extra_scripts}
pio-tools/add_c_flags.py
[env:tasmota32]
extends = env:tasmota32_base