LineIdCWESeverityMessage
checkersReportinformationActive checkers: 109/856 (use --checkers-report=<filename> to see details)
src/main.c
95constParameterCallback398styleParameter '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).
185unreadVariable563styleVariable 'status_icon' is assigned a value that is never used.
214uselessAssignmentPtrArg398warningAssignment of function parameter has no effect outside the function. Did you forget dereferencing it?
225shadowVariable398styleLocal variable 'authority' shadows outer variable
315constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'signal_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
316constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'signal_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
317constParameterCallback398styleParameter '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).
318constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'signal_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
src/polkitcafeauthenticationdialog.c
98constVariablePointer398styleVariable 'indices' can be declared as pointer to const
537constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'action_id_activated' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
src/polkitcafeauthenticator.c
510constParameterPointer398styleParameter 'authenticator' can be declared as pointer to const