From d77c20b09a6d355f4cd628c57e17609ffbfdbfd7 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 11 Jun 2016 15:35:52 -0700 Subject: Don't cppcheck the pcre sources --- build_tools/cppcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_tools') diff --git a/build_tools/cppcheck.sh b/build_tools/cppcheck.sh index 658f35c4..fc94a2d7 100755 --- a/build_tools/cppcheck.sh +++ b/build_tools/cppcheck.sh @@ -1,3 +1,3 @@ #!/usr/local/bin/fish -cppcheck --enable=all --std=posix --quiet . +cppcheck --enable=all --std=posix --quiet ./src/ -- cgit v1.2.3