disable missing-prototypes diagnostics in yet another tinyusb file

This commit is contained in:
Jeff Epler 2021-11-10 12:47:55 -06:00
parent 5cba23e04d
commit ebc8359c67
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -328,6 +328,8 @@ SRC_C += \
timer_handler.c \
$(SRC_PERIPHERALS) \
$(BUILD)/lib/tinyusb/src/portable/microchip/samd/dcd_samd.o: CFLAGS += -Wno-missing-prototypes
# This is an OR because it filters to any 1s and then checks to see if it is not
# empty.
ifneq (,$(filter 1,$(CIRCUITPY_PWMIO) $(CIRCUITPY_AUDIOIO) $(CIRCUITPY_RGBMATRIX)))