From 7a27ecb5da58a97a8c67667f903da6f23d53d09c Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 20 Jul 2023 19:05:08 +0800 Subject: [PATCH] loongarch: udev: Add -Wno-format-overflow into CFLAGS Oops, the systemd issue affects the udev-only build too. --- chapter08/udev.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/chapter08/udev.xml b/chapter08/udev.xml index 2d3792511..1802cdf15 100644 --- a/chapter08/udev.xml +++ b/chapter08/udev.xml @@ -60,6 +60,7 @@ mkdir -p build cd build +CFLAGS+=" -Wno-format-overflow" \ meson setup \ --prefix=/usr \ --buildtype=release \