From 0b6e5f4732ec52982762e9a6c1f570fcbb4cff0c Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 29 Aug 2024 15:10:10 +0800 Subject: [PATCH] loongarch: Revert "udev: Add -Wno-format-overflow into CFLAGS" This reverts commit 7a27ecb5da58a97a8c67667f903da6f23d53d09c. Should be unneeded with GCC 14. --- chapter08/udev.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/chapter08/udev.xml b/chapter08/udev.xml index 798441059..b3c318a0b 100644 --- a/chapter08/udev.xml +++ b/chapter08/udev.xml @@ -65,7 +65,6 @@ mkdir -p build cd build -CFLAGS+=" -Wno-format-overflow" \ meson setup .. \ --prefix=/usr \ --buildtype=release \