mirror of
https://github.com/nxp-imx/mwifiex.git
synced 2024-11-14 11:05:34 +00:00
Fix build issue on Android build system
Remove build flags which are not compaltable with android build system. Signed-off-by: yang.tian <yang.tian@nxp.com>
This commit is contained in:
parent
b5d77e961f
commit
597e74d594
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ endif
|
|||
#ccflags-y += -Wstringop-truncation
|
||||
#ccflags-y += -Wmisleading-indentation
|
||||
#ccflags-y += -Wunused-const-variable
|
||||
ccflags-y += -Wno-stringop-truncation
|
||||
#ccflags-y += -Wno-stringop-truncation
|
||||
#############################################################################
|
||||
# Make Targets
|
||||
#############################################################################
|
||||
|
|
Loading…
Reference in a new issue