mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
temporariyly suppress cast-align warning for net_device and net example
This commit is contained in:
parent
1a8ce043ed
commit
a7db945cff
@ -6,6 +6,9 @@ CFLAGS += \
|
|||||||
-DTCP_WND=2*TCP_MSS \
|
-DTCP_WND=2*TCP_MSS \
|
||||||
-DHTTPD_USE_CUSTOM_FSDATA=0
|
-DHTTPD_USE_CUSTOM_FSDATA=0
|
||||||
|
|
||||||
|
# TODO rndis_reports.c and net_device cause cast algin warnings
|
||||||
|
CFLAGS += -Wno-error=cast-align
|
||||||
|
|
||||||
INC += \
|
INC += \
|
||||||
src \
|
src \
|
||||||
$(TOP)/hw \
|
$(TOP)/hw \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user