git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
fa2dce3
)
Revert "gptfdisk: fix some warnings treated as errors"
author
Tianling Shen
<redacted>
Wed, 17 May 2023 02:27:37 +0000
(10:27 +0800)
committer
Rosen Penev
<redacted>
Wed, 17 May 2023 05:16:02 +0000
(08:16 +0300)
The bug was fixed in 1.0.9, so remove this hack.
This reverts commit
5899a16f4ba70689055f7276e84aa96adce14373
.
Signed-off-by: Tianling Shen <redacted>
utils/gptfdisk/Makefile
patch
|
blob
|
history
diff --git
a/utils/gptfdisk/Makefile
b/utils/gptfdisk/Makefile
index a5ebaefafa0b162d26a054961bbe64e95c87af0c..35f34d0a48d7f13c1ded4dc3960566f9fcd2222d 100644
(file)
--- a/
utils/gptfdisk/Makefile
+++ b/
utils/gptfdisk/Makefile
@@
-73,7
+73,7
@@
define Package/fixparts/description
Master Boot Record (MBR) partition tables
endef
-TARGET_CXXFLAGS += -std=c++11 -fno-rtti
-Wno-format-security
+TARGET_CXXFLAGS += -std=c++11 -fno-rtti
TARGET_LDFLAGS += -Wl,--as-needed
define Package/gdisk/install
git clone https://git.99rst.org/PROJECT