mirror of https://github.com/arendst/Tasmota.git
Fix audio warning with Arduino core 3 (#20000)
* silence warning Core 3 * Update add_c_flags_ard3.py * Update library.json
This commit is contained in:
parent
65e07e8387
commit
34fba6e21e
|
@ -2,3 +2,6 @@ Import("env")
|
|||
|
||||
# General options that are passed to the C++ compiler
|
||||
env.Append(CXXFLAGS=["-Wno-volatile"])
|
||||
|
||||
# General options that are passed to the C compiler (C only; not C++).
|
||||
env.Append(CFLAGS=["-Wno-incompatible-pointer-types"])
|
||||
|
|
Loading…
Reference in New Issue