Revert "gptfdisk: fix some warnings treated as errors"
authorTianling Shen <redacted>
Wed, 17 May 2023 02:27:37 +0000 (10:27 +0800)
committerRosen 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

index a5ebaefafa0b162d26a054961bbe64e95c87af0c..35f34d0a48d7f13c1ded4dc3960566f9fcd2222d 100644 (file)
@@ -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