mirror of https://github.com/arendst/Tasmota.git
Silence compiler warnings with Arduino32 (IDF4.4)
This commit is contained in:
parent
a9871ee0ba
commit
499d66b3e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue