File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 198
198
endif
199
199
200
200
# Remove -Wno-stringop-overflow after we can test with CI's GCC 10. Mac's looks weird.
201
- DISABLE_WARNINGS = -Wno-stringop-overflow -Wno-unused-function -Wno-unused- variable -Wno-strict-overflow -Wno-cast-align -Wno-strict-prototypes -Wno-nested-externs -Wno-double-promotion -Wno-sign-compare
201
+ DISABLE_WARNINGS = -Wno-stringop-overflow -Wno-unused-variable -Wno-strict-overflow -Wno-cast-align -Wno-strict-prototypes -Wno-nested-externs -Wno-double-promotion -Wno-sign-compare
202
202
203
203
CFLAGS += $(INC ) -Wall -Werror -std=gnu11 -nostdlib -fshort-enums $(BASE_CFLAGS ) $(CFLAGS_MOD ) $(COPT ) $(DISABLE_WARNINGS ) -Werror=missing-prototypes
204
204
@@ -256,7 +256,7 @@ SRC_SDK := \
256
256
$(SRC_SDK_CYW43 ) \
257
257
258
258
SRC_SDK := $(addprefix sdk/, $(SRC_SDK ) )
259
- $(patsubst % .c,$(BUILD ) /% .o,$(SRC_SDK ) $(SRC_CYW43 ) ) : CFLAGS += -Wno-missing-prototypes -Wno-undef
259
+ $(patsubst % .c,$(BUILD ) /% .o,$(SRC_SDK ) $(SRC_CYW43 ) ) : CFLAGS += -Wno-missing-prototypes -Wno-undef -Wno-unused-function
260
260
261
261
SRC_C += \
262
262
boards/$(BOARD ) /board.c \
You can’t perform that action at this time.
0 commit comments