Merge pull request #13594 from Jason2866/silence_warn

Silence compiler warnings with Arduino32 (IDF4.4)
This commit is contained in:
Jason2866 2021-11-07 12:02:52 +01:00 committed by GitHub
commit 594bfeb633
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