|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
libcafekbd/cafekbd-desktop-config.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
libcafekbd/cafekbd-indicator-config.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
libcafekbd/cafekbd-indicator.c |
66 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
libcafekbd/cafekbd-keyboard-config.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
67 | knownConditionTrueFalse | 571 | style | Condition '*l1' is always true |
67 | knownConditionTrueFalse | 571 | style | Condition '*l2' is always true |
226 | constVariablePointer | 398 | style | Variable 'delim' can be declared as pointer to const |
227 | knownConditionTrueFalse | 571 | style | Condition 'option!=NULL' is always true |
282 | knownConditionTrueFalse | 570 | style | Condition 'variant==NULL' is always false |
609 | constParameterPointer | 398 | style | Parameter 'kbd_config' can be declared as pointer to const |
libcafekbd/cafekbd-keyboard-drawing.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
61 | constParameterPointer | 398 | style | Parameter 'context' can be declared as pointer to const |
67 | constParameterPointer | 398 | style | Parameter 'context' can be declared as pointer to const |
625 | constParameterPointer | 398 | style | Parameter 'context' can be declared as pointer to const |
1026 | constVariablePointer | 398 | style | Variable 'runp' can be declared as pointer to const |
1036 | constVariablePointer | 398 | style | Variable 'geometry' can be declared as pointer to const |
1202 | constParameterPointer | 398 | style | Parameter 'outline' can be declared as pointer to const |
1397 | constVariablePointer | 398 | style | Variable 'shape' can be declared as pointer to const |
1786 | constParameterCallback | 398 | style | Parameter 'drawing' can be declared as pointer to const. However it seems that 'button_press_event' is a callback function, if 'drawing' is declared with const you might also need to cast function pointer(s). |
1823 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'focus_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
1838 | constParameterCallback | 398 | style | Parameter 'a' can be declared as pointer to const. However it seems that 'compare_keyboard_item_priorities' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). |
1839 | constParameterCallback | 398 | style | Parameter 'b' can be declared as pointer to const. However it seems that 'compare_keyboard_item_priorities' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). |
1863 | constVariablePointer | 398 | style | Variable 'pind' can be declared as pointer to const |
2124 | constParameterPointer | 398 | style | Parameter 'iev' can be declared as pointer to const |
libcafekbd/cafekbd-status.c |
82 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
test/cafekbd-keyboard-drawing-test.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
test/cafekbd-status-test.c |
42 | constVariablePointer | 398 | style | Variable 'icon' can be declared as pointer to const |