10000 disable missing-prototypes diagnostics in yet another tinyusb file · jcbender/circuitpython@ebc8359 · GitHub
[go: up one dir, main page]

Skip to content

Commit ebc8359

Browse files
committed
disable missing-prototypes diagnostics in yet another tinyusb file
1 parent 5cba23e commit ebc8359

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/atmel-samd/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ SRC_C += \
328328
timer_handler.c \
329329
$(SRC_PERIPHERALS) \
330330

331+
$(BUILD)/lib/tinyusb/src/portable/microchip/samd/dcd_samd.o: CFLAGS += -Wno-missing-prototypes
332+
331333
# This is an OR because it filters to any 1s and then checks to see if it is not
332334
# empty.
333335
ifneq (,$(filter 1,$(CIRCUITPY_PWMIO) $(CIRCUITPY_AUDIOIO) $(CIRCUITPY_RGBMATRIX)))

0 commit comments

Comments
 (0)
0