diff --git a/lib/Makefile.am b/lib/Makefile.am index 2645872ebf..813b2224eb 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -165,7 +165,7 @@ UNITV_ = $(UNITV_0) # UNITPROTOS depends on every C file in the lib/ dir $(UNITPROTOS): $(CSOURCES) - $(UNIT_V)(cd $(srcdir) && @PERL@ ../scripts/extract-unit-protos $(CSOURCES) > $(top_builddir)/lib/$(UNITPROTOS)) + $(UNIT_V)(cd $(srcdir) && @PERL@ ../scripts/extract-unit-protos $(CSOURCES)) > $(top_builddir)/lib/$(UNITPROTOS) # disable the tests that are mostly causing false positives TIDYFLAGS := -checks=-clang-analyzer-security.insecureAPI.bzero,-clang-analyzer-security.insecureAPI.strcpy,-clang-analyzer-optin.performance.Padding,-clang-analyzer-security.ArrayBound,-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling -quiet