From e6b13a6d24f5a9d7f12b1004ee2f729cf9b185ca Mon Sep 17 00:00:00 2001 From: Artur Wyszynski Date: Wed, 10 Feb 2010 21:02:25 +0000 Subject: [PATCH] Disabled style checking, it's faster without it and gives less false positives git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35446 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- 3rdparty/cppcheck/checksources.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/cppcheck/checksources.pl b/3rdparty/cppcheck/checksources.pl index 329ff7d943..082dcae044 100755 --- a/3rdparty/cppcheck/checksources.pl +++ b/3rdparty/cppcheck/checksources.pl @@ -32,7 +32,7 @@ foreach my $dir (sort keys %headers) { } print "Running cppcheck tool...\n"; -$cppcheck = "cppcheck -j $jobs --force --auto-dealloc 3rdparty/cppcheck/haiku.lst --enable=exceptRealloc,possibleError,style $headersDirs $dirToCheck 2> $fileToLog"; +$cppcheck = "cppcheck -j $jobs --force --auto-dealloc 3rdparty/cppcheck/haiku.lst --enable=exceptRealloc,possibleError $headersDirs $dirToCheck 2> $fileToLog"; system($cppcheck);