Bug #18350 2011-09-10 07:08
crissi
cppcheck plugin failes if many #if blocks in file
cppcheck will fail if many #if blocks in file. This can be fixed using the force option of cppcheck (version 1.50 here). A patch for this is available at: http://developer.berlios.de/patch/?func=detailpatch&patch_id=3208&group_id=5358
It would be nice to get this fixed because cppcheck does not check these files until force is set.
- Category
- Plugin::Any
- Group
- Platform:All
- Status
- Open
- Close date
- Assigned to
History
crissi 2011-09-10 07:10
For info: the error message of cppcheck is:
(information) The checking of the file was interrupted because there were too many #ifdef configurations. Checking of all #ifdef configurations can be forced by --force command line option or from GUI preferences. However that may increase the checking time.