temporariyly suppress cast-align warning for net_device and net example

This commit is contained in:
hathach 2020-05-17 15:34:14 +07:00
parent 1a8ce043ed
commit a7db945cff
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ CFLAGS += \
-DTCP_WND=2*TCP_MSS \
-DHTTPD_USE_CUSTOM_FSDATA=0
# TODO rndis_reports.c and net_device cause cast algin warnings
CFLAGS += -Wno-error=cast-align
INC += \
src \
$(TOP)/hw \