This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit af1071ba5fb44584e446a1c40381ffefa35aa5e6
Author: Xiang Xiao <xiaoxi...@xiaomi.com>
AuthorDate: Sat May 11 09:44:28 2024 +0800

    Revert "system/adb: Ignore warnings for using variables"
    
    This reverts commit d372099242aa5737cc68f0042c30aa7574a9a9c2
    since the mainline already fix this problem
---
 system/adb/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/system/adb/Makefile b/system/adb/Makefile
index 67b702c38..7e536d9c2 100644
--- a/system/adb/Makefile
+++ b/system/adb/Makefile
@@ -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

Reply via email to