Merge pull request #412 from hathach/fix-net-cast-align

suppress cast-align warnings for net device driver
This commit is contained in:
Ha Thach
2020-07-29 11:23:11 +07:00
committed by GitHub
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 \