Quellcode durchsuchen

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 <[email protected]>
Jean Thomas vor 1 Jahr
Ursprung
Commit
30245a869e
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      package/network/utils/uqmi/Makefile

+ 0 - 1
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 += \