From a99177ba00084be786d34943cda5496a2bd108e1 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 13 Jan 2023 15:01:50 -0800 Subject: [PATCH] round: system headers for regex fails 'make sparse' --- round | 3 +++ 1 file changed, 3 insertions(+) diff --git a/round b/round index fed2cd9819..6ba348a839 100755 --- a/round +++ b/round @@ -37,6 +37,9 @@ do coccicheck) SPATCH_FLAGS=--recursive-includes Meta/Make -j16 "$t" ;; + sparse) + Meta/Make -j16 -- NO_REGEX=NoThanks SPARSE_FLAGS=-Wsparse-error "$t" + ;; *) Meta/Make -j16 "$t" ;; -- 2.47.3