From 5096a206fbcb512018f47f1a77c61adf9d87e598 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 4 Aug 2024 02:20:26 +0800 Subject: [PATCH] loongarch: Revert "systemd: Add -Wno-format-overflow workaround" This reverts commit 76ef88ee137410c31830bad608a5b1dddf124260. It seems unneeded now with GCC 14. --- chapter08/systemd.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 0e6762245..c2fc9dc6d 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -53,7 +53,6 @@ mkdir -p build cd build -CFLAGS+=" -Wno-format-overflow" \ meson setup .. \ --prefix=/usr \ --buildtype=release \