Silence warnings with Arduino32 IDF4.4

This commit is contained in:
Jason2866 2021-11-07 11:25:35 +01:00 committed by GitHub
parent aa86509428
commit a9871ee0ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
pio-tools/add_c_flags.py Normal file
View 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"])