loongarch: Revert "udev: Add -Wno-format-overflow into CFLAGS"

This reverts commit 7a27ecb5da.

Should be unneeded with GCC 14.
This commit is contained in:
Xi Ruoyao 2024-08-29 15:10:10 +08:00
parent c2fa5fc088
commit 0b6e5f4732
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

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