mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 08:46:32 +00:00
Silence warnings with Arduino32 IDF4.4
This commit is contained in:
parent
aa86509428
commit
a9871ee0ba
4
pio-tools/add_c_flags.py
Normal file
4
pio-tools/add_c_flags.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Import("env")
|
||||||
|
|
||||||
|
# General options that are passed to the C compiler (C only; not C++).
|
||||||
|
env.Append(CFLAGS=["-Wno-discarded-qualifiers"])
|
Loading…
x
Reference in New Issue
Block a user