Tasmota/pio-tools/add_c_flags.py
2022-01-01 18:08:50 +01:00

5 lines
173 B
Python

Import("env")
# General options that are passed to the C compiler (C only; not C++).
env.Append(CFLAGS=["-Wno-discarded-qualifiers", "-Wno-implicit-function-declaration"])