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

This reverts commit 1e1cb39a10.

No longer needed with GCC 14.
This commit is contained in:
Xi Ruoyao 2024-09-17 03:08:39 +08:00
parent bde705c027
commit 93bd19d69a
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 \