|
| checkersReport | | information | Active checkers: 108/836 (use --checkers-report=<filename> to see details) |
src/main.c |
95 | constParameterCallback | 398 | style | Parameter 'menu_item' can be declared as pointer to const. However it seems that 'on_menu_item_activate' is a callback function, if 'menu_item' is declared with const you might also need to cast function pointer(s). |
102 | constParameterCallback | 398 | style | Parameter 'status_icon' can be declared as pointer to const. However it seems that 'on_status_icon_activate' is a callback function, if 'status_icon' is declared with const you might also need to cast function pointer(s). |
109 | constParameterCallback | 398 | style | Parameter 'status_icon' can be declared as pointer to const. However it seems that 'on_status_icon_popup_menu' is a callback function, if 'status_icon' is declared with const you might also need to cast function pointer(s). |
225 | shadowVariable | 398 | style | Local variable 'authority' shadows outer variable |
315 | constParameterCallback | 398 | style | Parameter 'proxy' can be declared as pointer to const. However it seems that 'signal_cb' is a callback function, if 'proxy' is declared with const you might also need to cast function pointer(s). |
315 | constParameterCallback | 398 | style | Parameter 'sender_name' can be declared as pointer to const. However it seems that 'signal_cb' is a callback function, if 'sender_name' is declared with const you might also need to cast function pointer(s). |
315 | constParameterCallback | 398 | style | Parameter 'signal_name' can be declared as pointer to const. However it seems that 'signal_cb' is a callback function, if 'signal_name' is declared with const you might also need to cast function pointer(s). |
316 | constParameterCallback | 398 | style | Parameter 'parameters' can be declared as pointer to const. However it seems that 'signal_cb' is a callback function, if 'parameters' is declared with const you might also need to cast function pointer(s). |
src/polkitcafeauthenticationdialog.c |
98 | constVariablePointer | 398 | style | Variable 'indices' can be declared as pointer to const |
537 | constParameterCallback | 398 | style | Parameter 'url_label' can be declared as pointer to const. However it seems that 'action_id_activated' is a callback function, if 'url_label' is declared with const you might also need to cast function pointer(s). |
src/polkitcafeauthenticator.c |
79 | constParameterPointer | 398 | style | Parameter 'authenticator' can be declared as pointer to const |
510 | constParameterPointer | 398 | style | Parameter 'authenticator' can be declared as pointer to const |
src/polkitcafelistener.c |
64 | constParameterPointer | 398 | style | Parameter 'listener' can be declared as pointer to const |