From: Tianling Shen Date: Wed, 17 May 2023 02:27:37 +0000 (+0800) Subject: Revert "gptfdisk: fix some warnings treated as errors" X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e44c45fd23688166ca42d3b14acfb1ac52f0bb86;p=openwrt-packages.git Revert "gptfdisk: fix some warnings treated as errors" The bug was fixed in 1.0.9, so remove this hack. This reverts commit 5899a16f4ba70689055f7276e84aa96adce14373. Signed-off-by: Tianling Shen --- diff --git a/utils/gptfdisk/Makefile b/utils/gptfdisk/Makefile index a5ebaefaf..35f34d0a4 100644 --- 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