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