[openwrt/openwrt] uqmi: set dangling-pointer as error
LEDE Commits
lede-commits at lists.infradead.org
Sun Apr 28 14:52:09 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/30245a869e384f94bb297563c1f43c8c7c9a4b20
commit 30245a869e384f94bb297563c1f43c8c7c9a4b20
Author: Jean Thomas <jean.thomas at wifirst.fr>
AuthorDate: Wed Apr 24 13:12:11 2024 +0200
uqmi: set dangling-pointer as error
With "ebfe8b4 CMakeLists: set no-dangling-pointer" the compilation
option is set in uqmi, and can therefore be removed from no-error.
Signed-off-by: Jean Thomas <jean.thomas at wifirst.fr>
---
package/network/utils/uqmi/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile
index 78a74841ad..d4ed1e4494 100644
--- a/package/network/utils/uqmi/Makefile
+++ b/package/network/utils/uqmi/Makefile
@@ -34,7 +34,6 @@ endef
TARGET_CFLAGS += \
-I$(STAGING_DIR)/usr/include \
- -Wno-error=dangling-pointer \
-Wno-error=maybe-uninitialized
CMAKE_OPTIONS += \
More information about the lede-commits
mailing list