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

View File

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