mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Revert "system/adb: Ignore warnings for using variables"
This reverts commit d372099242
since the mainline already fix this problem
This commit is contained in:
parent
b00041a9b0
commit
af1071ba5f
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ CSRCS += $(ADB_UNPACKNAME)/hal/hal_uv.c
|
|||
CSRCS += $(ADB_UNPACKNAME)/hal/hal_uv_packet.c
|
||||
|
||||
CFLAGS += -I$(ADB_UNPACKNAME)
|
||||
CFLAGS += -Wno-unused-variable -Wno-unused-but-set-variable
|
||||
|
||||
ifeq ($(CONFIG_ADBD_TCP_SERVER),y)
|
||||
CSRCS += $(ADB_UNPACKNAME)/hal/hal_uv_client_tcp.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue