From 30245a869e384f94bb297563c1f43c8c7c9a4b20 Mon Sep 17 00:00:00 2001 From: Jean Thomas Date: Wed, 24 Apr 2024 13:12:11 +0200 Subject: [PATCH] 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 --- 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 += \ -- 2.30.2