loongarch: Revert "systemd: Add -Wno-format-overflow workaround"

This reverts commit 76ef88ee13.

It seems unneeded now with GCC 14.
This commit is contained in:
Xi Ruoyao 2024-08-04 02:20:26 +08:00
parent e7eaa1eca4
commit 5096a206fb
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -53,7 +53,6 @@
<screen><userinput remap="configure">mkdir -p build
cd build
CFLAGS+=" -Wno-format-overflow" \
meson setup .. \
--prefix=/usr \
--buildtype=release \