Tasmota/pio-tools/add_c_flags.py

5 lines
135 B
Python
Raw Normal View History

2021-11-07 10:25:35 +00:00
Import("env")
# General options that are passed to the C compiler (C only; not C++).
env.Append(CFLAGS=["-Wno-discarded-qualifiers"])