From: Jean Thomas Date: Wed, 24 Apr 2024 11:12:11 +0000 (+0200) Subject: uqmi: set dangling-pointer as error X-Git-Tag: v24.10.0-rc1~2056 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15255%2Fhead;p=thirdparty%2Fopenwrt.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 78a74841adf..d4ed1e4494a 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 += \