uqmi: set dangling-pointer as error
authorJean Thomas <jean.thomas@wifirst.fr>
Wed, 24 Apr 2024 11:12:11 +0000 (13:12 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 28 Apr 2024 21:51:19 +0000 (23:51 +0200)
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>
package/network/utils/uqmi/Makefile

index 78a74841adf54bdf971041f4c73ba8c840478f28..d4ed1e4494a08a1a5e020774a975aa0ec74f1225 100644 (file)
@@ -34,7 +34,6 @@ endef
 
 TARGET_CFLAGS += \
        -I$(STAGING_DIR)/usr/include \
-       -Wno-error=dangling-pointer \
        -Wno-error=maybe-uninitialized
 
 CMAKE_OPTIONS += \