|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
libcafeweather/location-entry.c |
214 | constParameterPointer | 398 | style | Parameter 'loc' can be declared as pointer to const |
303 | variableScope | 398 | style | The scope of the variable 'cmpcode' can be reduced. |
libcafeweather/test_locations.c |
8 | constParameterCallback | 398 | style | Parameter 'widget' can be declared as pointer to const. However it seems that 'deleted' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). |
8 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'deleted' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
libcafeweather/weather-priv.h |
32 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If cafeweather_gettext is a macro then please configure it. |