Patch #3208 2011-09-10 07:04

crissi

add force option for cppcheck (needed for problematic files)
Download
3208-add_force_opti.patch (560 bytes)
Category
Plugin::Bugfix
Status
Closed
Close date
2013-05-28 01:37
Assigned to
alpha0010
--- codeblocks-trunk/src/plugins/contrib/CppCheck/CppCheck.cpp.orig    2011-09-10 08:54:59.496778372 +0200
+++ codeblocks-trunk/src/plugins/contrib/CppCheck/CppCheck.cpp    2011-09-10 09:00:13.384775381 +0200
@@ -249,7 +249,7 @@
         }
     }
 
-    wxString CommandLine = m_CppCheckApp + _T(" --verbose --all --style --xml --file-list=") + InputFileName;
+    wxString CommandLine = m_CppCheckApp + _T(" --verbose --force --all --style --xml --file-list=") + InputFileName;
     if(!IncludeList.IsEmpty())
     {
         CommandLine += _T(" ") + IncludeList.Trim();
alpha0010 2013-05-28 01:37

Patch no longer necessary as CppCheck plugin now allows user designated arguments. Closing.