suppress cast-align warnings for net device driver

This commit is contained in:
hathach
2020-05-18 13:23:40 +07:00
parent 76bf96bcb0
commit 81b1f97ef7
3 changed files with 8 additions and 11 deletions

View File

@@ -6,9 +6,6 @@ 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 \