|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
savers/floaters.c |
317 | constParameterPointer | 398 | style | Parameter 'start_point' can be declared as pointer to const |
318 | constParameterPointer | 398 | style | Parameter 'start_control_point' can be declared as pointer to const |
319 | constParameterPointer | 398 | style | Parameter 'end_control_point' can be declared as pointer to const |
320 | constParameterPointer | 398 | style | Parameter 'end_point' can be declared as pointer to const |
363 | constParameterPointer | 398 | style | Parameter 'position' can be declared as pointer to const |
398 | constParameterPointer | 398 | style | Parameter 'screen_saver' can be declared as pointer to const |
399 | constParameterPointer | 398 | style | Parameter 'floater' can be declared as pointer to const |
434 | constParameterPointer | 398 | style | Parameter 'floater' can be declared as pointer to const |
509 | constParameterPointer | 398 | style | Parameter 'floater' can be declared as pointer to const |
534 | constParameterPointer | 398 | style | Parameter 'floater' can be declared as pointer to const |
553 | constParameterPointer | 398 | style | Parameter 'floater' can be declared as pointer to const |
951 | constParameterPointer | 398 | style | Parameter 'screen_saver' can be declared as pointer to const |
957 | constParameterPointer | 398 | style | Parameter 'screen_saver' can be declared as pointer to const |
985 | constParameterCallback | 398 | style | Parameter 'allocation' can be declared as pointer to const. However it seems that 'screen_saver_on_size_allocate' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s). |
999 | constParameterCallback | 398 | style | Parameter 'a' can be declared as pointer to const. However it seems that 'compare_floaters' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). |
1000 | constParameterCallback | 398 | style | Parameter 'b' can be declared as pointer to const. However it seems that 'compare_floaters' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). |
savers/gs-theme-engine.c |
43 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE is a macro then please configure it. |
savers/gs-theme-window.c |
45 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. |
savers/gste-slide.c |
90 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
savers/gste-squares.c |
58 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
savers/xdg-user-dir-lookup.c |
38 | constVariablePointer | 398 | style | Variable 'home_dir' can be declared as pointer to const |
38 | constVariablePointer | 398 | style | Variable 'config_home' can be declared as pointer to const |
164 | leakNoVarFunctionCall | 772 | error | Allocation with xdg_user_dir_lookup, printf doesn't release it. |
src/cafe-screensaver-command.c |
289 | memleakOnRealloc | 401 | error | Common realloc mistake: 'buffer' nulled but not freed upon failure |
311 | memleakOnRealloc | 401 | error | Common realloc mistake: 'buffer' nulled but not freed upon failure |
428 | unreadVariable | 563 | style | Variable 'reply' is assigned a value that is never used. |
433 | unreadVariable | 563 | style | Variable 'reply' is assigned a value that is never used. |
438 | unreadVariable | 563 | style | Variable 'reply' is assigned a value that is never used. |
443 | unreadVariable | 563 | style | Variable 'reply' is assigned a value that is never used. |
src/cafe-screensaver-preferences.c |
582 | constParameterPointer | 398 | style | Parameter 'id_a' can be declared as pointer to const |
583 | constParameterPointer | 398 | style | Parameter 'id_b' can be declared as pointer to const |
1315 | unreadVariable | 563 | style | Variable 'suid' is assigned a value that is never used. |
1316 | unreadVariable | 563 | style | Variable 'sgid' is assigned a value that is never used. |
1316 | unreadVariable | 563 | style | Variable 'rgid' is assigned a value that is never used. |
1317 | unreadVariable | 563 | style | Variable 'euid' is assigned a value that is never used. |
1318 | unreadVariable | 563 | style | Variable 'egid' is assigned a value that is never used. |
src/copy-theme-dialog.c |
82 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
src/gs-auth-bsdauth.c |
83 | legacyUninitvar | 457 | error | Uninitialized variable: password |
src/gs-auth-pam.c |
280 | unreadVariable | 563 | style | Variable 'res' is assigned a value that is never used. |
410 | redundantAssignment | 563 | style | Variable 'status' is reassigned a value before the old one has been used. |
454 | redundantAssignment | 563 | style | Variable 'ret' is reassigned a value before the old one has been used. |
697 | unreadVariable | 563 | style | Variable 'watch_id' is assigned a value that is never used. |
723 | constVariablePointer | 398 | style | Variable 'pwent' can be declared as pointer to const |
src/gs-auth-pwent.c |
233 | constVariablePointer | 398 | style | Variable 's' can be declared as pointer to const |
src/gs-debug.c |
135 | variableScope | 398 | style | The scope of the variable 'args' can be reduced. |
src/gs-fade.c |
120 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
src/gs-grab-x11.c |
50 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
src/gs-job.c |
69 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
src/gs-listener-dbus.c |
149 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
src/gs-lock-plug.c |
154 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
src/gs-manager.c |
119 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
src/gs-monitor.c |
60 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
src/gs-prefs.c |
78 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
src/gs-theme-manager.c |
54 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
src/gs-watcher-x11.c |
77 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
src/gs-window-x11.c |
141 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. |
src/setuid.c |
213 | constVariablePointer | 398 | style | Variable 'authg' can be declared as pointer to const |
src/test-fade.c |
91 | knownConditionTrueFalse | 570 | style | Condition 'error' is always false |