From: Junio C Hamano Date: Fri, 13 Jan 2023 23:01:50 +0000 (-0800) Subject: round: system headers for regex fails 'make sparse' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a99177ba00084be786d34943cda5496a2bd108e1;p=thirdparty%2Fgit.git round: system headers for regex fails 'make sparse' --- 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" ;;