@leroysheep / CrazyWebTemps / commits / a99177ba00

round: system headers for regex fails 'make sparse'

Junio C Hamano committed Jan 13, 2023 at 15:01 UTC a99177ba00084be786d34943cda5496a2bd108e1
1 file changed +3
round
+3
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" ;;