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
@@ -37,6 +37,9 @@ do
37
coccicheck)
38
SPATCH_FLAGS=--recursive-includes Meta/Make -j16 "$t"
39
;;
40
+ sparse)
41
+ Meta/Make -j16 -- NO_REGEX=NoThanks SPARSE_FLAGS=-Wsparse-error "$t"
42
+ ;;
43
*)
44
Meta/Make -j16 "$t"
45
;;