LineIdCWESeverityMessage
checkersReportinformationActive checkers: 106/592 (use --checkers-report=<filename> to see details)
src/main.c
225shadowVariable398styleLocal variable 'authority' shadows outer variable
315constParameterCallback398styleParameter '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).
src/polkitcafeauthenticationdialog.c
98constVariablePointer398styleVariable 'indices' can be declared as pointer to const
src/polkitcafeauthenticator.c
510constParameterPointer398styleParameter 'authenticator' can be declared as pointer to const