LineIdCWESeverityMessage
checkersReportinformationActive checkers: There was critical errors (use --checkers-report=<filename> to see details)
libcafeweather/location-entry.c
213staticFunctionstyleThe function 'cafeweather_location_entry_set_location' should have static linkage since it is not used outside of its translation unit.
214constParameterPointer398styleParameter 'loc' can be declared as pointer to const
303variableScope398styleThe scope of the variable 'cmpcode' can be reduced.
libcafeweather/test_locations.c
8constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'deleted' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
9constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'deleted' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
libcafeweather/weather-priv.h
32unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If cafeweather_gettext is a macro then please configure it.