From: Junio C Hamano Date: Wed, 26 Oct 2022 17:32:35 +0000 (-0700) Subject: Dothem: system regex.h seems to have trouble with sparse X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f67d454f647a62a5e53c4fc563c1a4c26b5a08eb;p=thirdparty%2Fgit.git Dothem: system regex.h seems to have trouble with sparse --- diff --git a/Dothem b/Dothem index 6e7a3d731a..954cc5f866 100755 --- a/Dothem +++ b/Dothem @@ -208,7 +208,8 @@ do Meta/Make $M $jobs -- coccicheck fi && - Meta/Make $M $jobs -- SPARSE_FLAGS=-Wsparse-error sparse && + Meta/Make $M $jobs -- NO_REGEX=NoThanks \ + SPARSE_FLAGS=-Wsparse-error sparse && Meta/Make $M $jobs -- hdr-check &&