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>
This commit is contained in:
Jean Thomas 2024-04-24 13:12:11 +02:00 committed by Hauke Mehrtens
parent 4d058d5e4d
commit 30245a869e
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ endef
TARGET_CFLAGS += \
-I$(STAGING_DIR)/usr/include \
-Wno-error=dangling-pointer \
-Wno-error=maybe-uninitialized
CMAKE_OPTIONS += \