|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) | Thu Oct 30 12:16:14 2025 |
| libcafeweather/location-entry.c |
| 213 | staticFunction | | style | The function 'cafeweather_location_entry_set_location' should have static linkage since it is not used outside of its translation unit. | Thu Oct 30 12:16:14 2025 |
| 214 | constParameterPointer | 398 | style | Parameter 'loc' can be declared as pointer to const | Thu Oct 30 12:16:14 2025 |
| 303 | variableScope | 398 | style | The scope of the variable 'cmpcode' can be reduced. | Thu Oct 30 12:16:14 2025 |
| libcafeweather/test_locations.c |
| 8 | constParameterCallback | 398 | style | Parameter '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). | Thu Oct 30 12:16:14 2025 |
| 9 | constParameterCallback | 398 | style | Parameter '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). | Thu Oct 30 12:16:14 2025 |
| 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. | Thu Oct 30 12:16:14 2025 |