LineIdCWESeverityMessage
checkersReportinformationActive checkers: There was critical errors (use --checkers-report=<filename> to see details)
savers/floaters.c
317constParameterPointer398styleParameter 'start_point' can be declared as pointer to const
318constParameterPointer398styleParameter 'start_control_point' can be declared as pointer to const
319constParameterPointer398styleParameter 'end_control_point' can be declared as pointer to const
320constParameterPointer398styleParameter 'end_point' can be declared as pointer to const
363constParameterPointer398styleParameter 'position' can be declared as pointer to const
398constParameterPointer398styleParameter 'screen_saver' can be declared as pointer to const
399constParameterPointer398styleParameter 'floater' can be declared as pointer to const
434constParameterPointer398styleParameter 'floater' can be declared as pointer to const
509constParameterPointer398styleParameter 'floater' can be declared as pointer to const
534constParameterPointer398styleParameter 'floater' can be declared as pointer to const
553constParameterPointer398styleParameter 'floater' can be declared as pointer to const
951constParameterPointer398styleParameter 'screen_saver' can be declared as pointer to const
957constParameterPointer398styleParameter 'screen_saver' can be declared as pointer to const
985constParameterCallback398styleParameter '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).
999constParameterCallback398styleParameter '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).
1000constParameterCallback398styleParameter '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
43unknownMacroerrorThere 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
45unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it.
savers/gste-slide.c
90unknownMacroerrorThere 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
58unknownMacroerrorThere 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
38constVariablePointer398styleVariable 'home_dir' can be declared as pointer to const
38constVariablePointer398styleVariable 'config_home' can be declared as pointer to const
164leakNoVarFunctionCall772errorAllocation with xdg_user_dir_lookup, printf doesn't release it.
src/cafe-screensaver-command.c
289memleakOnRealloc401errorCommon realloc mistake: 'buffer' nulled but not freed upon failure
311memleakOnRealloc401errorCommon realloc mistake: 'buffer' nulled but not freed upon failure
428unreadVariable563styleVariable 'reply' is assigned a value that is never used.
433unreadVariable563styleVariable 'reply' is assigned a value that is never used.
438unreadVariable563styleVariable 'reply' is assigned a value that is never used.
443unreadVariable563styleVariable 'reply' is assigned a value that is never used.
src/cafe-screensaver-preferences.c
582constParameterPointer398styleParameter 'id_a' can be declared as pointer to const
583constParameterPointer398styleParameter 'id_b' can be declared as pointer to const
1315unreadVariable563styleVariable 'suid' is assigned a value that is never used.
1316unreadVariable563styleVariable 'sgid' is assigned a value that is never used.
1316unreadVariable563styleVariable 'rgid' is assigned a value that is never used.
1317unreadVariable563styleVariable 'euid' is assigned a value that is never used.
1318unreadVariable563styleVariable 'egid' is assigned a value that is never used.
src/copy-theme-dialog.c
82unknownMacroerrorThere 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
83legacyUninitvar457errorUninitialized variable: password
src/gs-auth-pam.c
280unreadVariable563styleVariable 'res' is assigned a value that is never used.
410redundantAssignment563styleVariable 'status' is reassigned a value before the old one has been used.
454redundantAssignment563styleVariable 'ret' is reassigned a value before the old one has been used.
697unreadVariable563styleVariable 'watch_id' is assigned a value that is never used.
723constVariablePointer398styleVariable 'pwent' can be declared as pointer to const
src/gs-auth-pwent.c
233constVariablePointer398styleVariable 's' can be declared as pointer to const
src/gs-debug.c
135variableScope398styleThe scope of the variable 'args' can be reduced.
src/gs-fade.c
120unknownMacroerrorThere 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
50unknownMacroerrorThere 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
69unknownMacroerrorThere 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
149unknownMacroerrorThere 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
154unknownMacroerrorThere 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
119unknownMacroerrorThere 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
60unknownMacroerrorThere 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
78unknownMacroerrorThere 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
54unknownMacroerrorThere 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
77unknownMacroerrorThere 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
141unknownMacroerrorThere 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
213constVariablePointer398styleVariable 'authg' can be declared as pointer to const
src/test-fade.c
91knownConditionTrueFalse570styleCondition 'error' is always false