projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d058d5
)
uqmi: set dangling-pointer as error
author
Jean Thomas
<jean.thomas@wifirst.fr>
Wed, 24 Apr 2024 11:12:11 +0000
(13:12 +0200)
committer
Hauke 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
patch
|
blob
|
history
diff --git
a/package/network/utils/uqmi/Makefile
b/package/network/utils/uqmi/Makefile
index 78a74841adf54bdf971041f4c73ba8c840478f28..d4ed1e4494a08a1a5e020774a975aa0ec74f1225 100644
(file)
--- 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 += \