From: Jean Thomas Date: Wed, 24 Apr 2024 11:12:11 +0000 (+0200) Subject: uqmi: set dangling-pointer as error X-Git-Url: http://git.openwrt.org/openwrt/packages.git?a=commitdiff_plain;h=30245a869e384f94bb297563c1f43c8c7c9a4b20;p=openwrt%2Fstaging%2Fpepe2k.git 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 --- 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 += \