|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
libmenu/cafemenu-tree.c |
0 | noValidConfiguration | | information | This file is not analyzed. Cppcheck failed to extract a valid configuration. Use -v for more details. |
libmenu/cafemenu-tree.h |
24 | preprocessorErrorDirective | | error | #error "libcafe-menu should only be used if you understand that it's subject to frequent change, and is not supported as a fixed API/ABI or as part of the platform" |
libmenu/desktop-entries.c |
514 | constParameterPointer | 398 | style | Parameter 'entry' can be declared as pointer to const |
519 | constParameterPointer | 398 | style | Parameter 'entry' can be declared as pointer to const |
525 | constParameterPointer | 398 | style | Parameter 'entry' can be declared as pointer to const |
609 | constVariablePointer | 398 | style | Variable 'desktop_entry' can be declared as pointer to const |
libmenu/entry-directories.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
205 | constVariablePointer | 398 | style | Variable 'tmp' can be declared as pointer to const |
465 | constVariablePointer | 398 | style | Variable 'tmp' can be declared as pointer to const |
654 | constVariablePointer | 398 | style | Variable 'tmp' can be declared as pointer to const |
680 | constParameterPointer | 398 | style | Parameter 'ed' can be declared as pointer to const |
1060 | constParameterPointer | 398 | style | Parameter 'list' can be declared as pointer to const |
1106 | constVariablePointer | 398 | style | Variable 'al' can be declared as pointer to const |
1106 | constVariablePointer | 398 | style | Variable 'bl' can be declared as pointer to const |
1127 | constParameterCallback | 398 | style | Parameter 'ed' can be declared as pointer to const. However it seems that 'get_all_func' is a callback function, if 'ed' is declared with const you might also need to cast function pointer(s). |
libmenu/menu-layout.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
125 | constParameterPointer | 398 | style | Parameter 'node' can be declared as pointer to const |
324 | constParameterPointer | 398 | style | Parameter 'node' can be declared as pointer to const |
330 | constParameterPointer | 398 | style | Parameter 'node' can be declared as pointer to const |
577 | constParameterPointer | 398 | style | Parameter 'node' can be declared as pointer to const |
583 | constParameterPointer | 398 | style | Parameter 'node' can be declared as pointer to const |
602 | constVariablePointer | 398 | style | Variable 'nr' can be declared as pointer to const |
614 | constVariablePointer | 398 | style | Variable 'nr' can be declared as pointer to const |
736 | constVariablePointer | 398 | style | Variable 'legacy' can be declared as pointer to const |
821 | constParameterPointer | 398 | style | Parameter 'node' can be declared as pointer to const |
838 | constParameterPointer | 398 | style | Parameter 'node' can be declared as pointer to const |
857 | constVariablePointer | 398 | style | Variable 'legacy' can be declared as pointer to const |
883 | constVariablePointer | 398 | style | Variable 'merge_file' can be declared as pointer to const |
908 | constVariablePointer | 398 | style | Variable 'merge' can be declared as pointer to const |
947 | constVariablePointer | 398 | style | Variable 'default_layout' can be declared as pointer to const |
961 | constVariablePointer | 398 | style | Variable 'menuname' can be declared as pointer to const |
1075 | constVariablePointer | 398 | style | Variable 'tmp' can be declared as pointer to const |
1353 | constParameterPointer | 398 | style | Parameter 'node' can be declared as pointer to const |
1426 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
1441 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
1468 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
1674 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
1693 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
2087 | redundantAssignment | 563 | style | Variable 'prev' is reassigned a value before the old one has been used. |
libmenu/menu-monitor.c |
293 | constParameterPointer | 398 | style | Parameter 'monitor' can be declared as pointer to const |
389 | constVariablePointer | 398 | style | Variable 'tmp' can be declared as pointer to const |