summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Thomas2024-04-24 11:12:11 +0000
committerHauke Mehrtens2024-04-28 21:51:19 +0000
commit30245a869e384f94bb297563c1f43c8c7c9a4b20 (patch)
tree55cf6311699d918df48e40c8bcdfcf76bc1a02f3
parent4d058d5e4d544ef489a86b75ade7ea5603730b16 (diff)
downloadopenwrt-30245a869e384f94bb297563c1f43c8c7c9a4b20.tar.gz
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 += \