Revert "gptfdisk: fix some warnings treated as errors"

The bug was fixed in 1.0.9, so remove this hack.

This reverts commit 5899a16f4b.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2023-05-17 10:27:37 +08:00 committed by Rosen Penev
parent fa2dce3b5b
commit e44c45fd23
1 changed files with 1 additions and 1 deletions

View 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