summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Thomas <jean.thomas@wifirst.fr>2024-04-24 13:12:11 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2024-04-28 23:51:19 +0200
commit30245a869e384f94bb297563c1f43c8c7c9a4b20 (patch)
tree55cf6311699d918df48e40c8bcdfcf76bc1a02f3
parent4d058d5e4d544ef489a86b75ade7ea5603730b16 (diff)
downloadopenwrt-30245a869e384f94bb297563c1f43c8c7c9a4b20.tar.gz
openwrt-30245a869e384f94bb297563c1f43c8c7c9a4b20.tar.bz2
openwrt-30245a869e384f94bb297563c1f43c8c7c9a4b20.zip
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@wifirst.fr>
-rw-r--r--package/network/utils/uqmi/Makefile1
1 files changed, 0 insertions, 1 deletions
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 += \