mirror of
https://github.com/adafruit/circuitpython.git
synced 2025-12-03 18:33:47 +00:00
-Wno-missing-field-initializers on unix port make
This commit is contained in:
@@ -46,7 +46,7 @@ INC += -I$(BUILD)
|
||||
|
||||
# compiler settings
|
||||
CWARN = -Wall -Werror
|
||||
CWARN += -Wextra -Wno-unused-parameter -Wpointer-arith -Wdouble-promotion -Wfloat-conversion
|
||||
CWARN += -Wextra -Wno-unused-parameter -Wpointer-arith -Wdouble-promotion -Wfloat-conversion -Wno-missing-field-initializers
|
||||
CFLAGS += $(INC) $(CWARN) -std=gnu99 -DUNIX $(COPT) -I$(VARIANT_DIR) $(CFLAGS_EXTRA)
|
||||
|
||||
# Force the use of 64-bits for file sizes in C library functions on 32-bit platforms.
|
||||
|
||||
Reference in New Issue
Block a user