mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
Merge pull request #13594 from Jason2866/silence_warn
Silence compiler warnings with Arduino32 (IDF4.4)
This commit is contained in:
commit
594bfeb633
@ -47,6 +47,8 @@ build_unflags = ${env:tasmota32_base.build_unflags}
|
|||||||
build_flags = ${env:tasmota32_base.build_flags}
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
-Wno-switch-unreachable
|
-Wno-switch-unreachable
|
||||||
-Wno-stringop-overflow
|
-Wno-stringop-overflow
|
||||||
|
extra_scripts = ${env:tasmota32_base.extra_scripts}
|
||||||
|
pio-tools/add_c_flags.py
|
||||||
|
|
||||||
[env:tasmota32]
|
[env:tasmota32]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user