[haiku-commits] r35446 - haiku/trunk/3rdparty/cppcheck

  • From: aljen-mlists@xxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 10 Feb 2010 22:02:25 +0100 (CET)

Author: aljen
Date: 2010-02-10 22:02:25 +0100 (Wed, 10 Feb 2010)
New Revision: 35446
Changeset: http://dev.haiku-os.org/changeset/35446/haiku

Modified:
   haiku/trunk/3rdparty/cppcheck/checksources.pl
Log:
Disabled style checking, it's faster without it and gives less false positives


Modified: haiku/trunk/3rdparty/cppcheck/checksources.pl
===================================================================
--- haiku/trunk/3rdparty/cppcheck/checksources.pl       2010-02-10 20:19:10 UTC 
(rev 35445)
+++ haiku/trunk/3rdparty/cppcheck/checksources.pl       2010-02-10 21:02:25 UTC 
(rev 35446)
@@ -32,7 +32,7 @@
 }
 
 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);
 


Other related posts:

  • » [haiku-commits] r35446 - haiku/trunk/3rdparty/cppcheck - aljen-mlists