We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Wno-undef
1 parent e139cd9 commit 112f0fdCopy full SHA for 112f0fd
ports/raspberrypi/Makefile
@@ -142,6 +142,7 @@ INC += \
142
-Isdk_config \
143
-I../../lib/tinyusb/src \
144
-I../../supervisor/shared/usb \
145
+ -I../bindings/cyw43/__init__.h \
146
-I$(BUILD)
147
148
# Pico specific configuration
@@ -171,7 +172,7 @@ else
171
172
endif
173
174
# Remove -Wno-stringop-overflow after we can test with CI's GCC 10. Mac's looks weird.
-DISABLE_WARNINGS = -Wno-stringop-overflow -Wno-cast-align
175
+DISABLE_WARNINGS = -Wno-stringop-overflow -Wno-cast-align -Wno-undef
176
177
CFLAGS += $(INC) -Wall -Werror -std=gnu11 -nostdlib -fshort-enums $(BASE_CFLAGS) $(CFLAGS_MOD) $(COPT) $(DISABLE_WARNINGS) -Werror=missing-prototypes
178
0 commit comments