LineIdCWESeverityMessage
checkersReportinformationActive checkers: There was critical errors (use --checkers-report=<filename> to see details)
libvnck/application.c
573constParameterCallback398styleParameter 'window' can be declared as pointer to const. However it seems that 'window_name_changed' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s).
libvnck/class-group.h
86unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEPRECATED_FOR is a macro then please configure it.
libvnck/pager-accessible.c
54unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_CODE is a macro then please configure it.
libvnck/pager.c
1057constParameterPointer398styleParameter 'space_rect' can be declared as pointer to const
1495constParameterCallback398styleParameter 'event' can be declared as pointer to const. However it seems that 'vnck_pager_button_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s).
libvnck/selector.c
176staticFunctionstyleThe function '_vnck_selector_set_window_icon' should have static linkage since it is not used outside of its translation unit.
193knownConditionTrueFalse398styleThe comparison 'icon_size == -1' is always true.
944constVariablePointer398styleVariable 'workspace' can be declared as pointer to const
libvnck/test-vnck.c
166constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'active_workspace_changed_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
167constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'active_workspace_changed_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
174constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'window_stacking_changed_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
230constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'workspace_created_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
231constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'workspace_created_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
238constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'workspace_destroyed_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
239constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'workspace_destroyed_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
246constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'application_opened_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
247constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'application_opened_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
254constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'application_closed_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
255constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'application_closed_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
libvnck/util.c
791staticFunctionstyleThe function '_vnck_get_default_display' should have static linkage since it is not used outside of its translation unit.
855staticFunctionstyleThe function '_vnck_ensure_fallback_style' should have static linkage since it is not used outside of its translation unit.
libvnck/vnck-image-menu-item.c
36unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it.
libvnck/vnck-urgency-monitor.c
118constVariablePointer398styleVariable 'icon' can be declared as pointer to const
libvnck/vnckprop.c
303constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'timestamp_predicate' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
304constParameterCallback398styleParameter 'xevent' can be declared as pointer to const. However it seems that 'timestamp_predicate' is a callback function, if 'xevent' is declared with const you might also need to cast function pointer(s).
307constVariablePointer398styleVariable 'info' can be declared as pointer to const
1055constVariablePointer398styleVariable 'active_space' can be declared as pointer to const
1696uninitvar457errorUninitialized variable: prop
libvnck/workspace-accessible.c
47unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_CODE is a macro then please configure it.
libvnck/workspace.c
254staticFunctionstyleThe function '_vnck_workspace_update_name' should have static linkage since it is not used outside of its translation unit.
libvnck/xutils.c
35staticFunctionstyleThe function '_vnck_get_cardinal' should have static linkage since it is not used outside of its translation unit.
124staticFunctionstyleThe function '_vnck_get_window' should have static linkage since it is not used outside of its translation unit.
291staticFunctionstyleThe function '_vnck_get_text_property' should have static linkage since it is not used outside of its translation unit.
522staticFunctionstyleThe function '_vnck_get_cardinal_list' should have static linkage since it is not used outside of its translation unit.
700staticFunctionstyleThe function '_vnck_error_trap_push' should have static linkage since it is not used outside of its translation unit.
711staticFunctionstyleThe function '_vnck_error_trap_pop' should have static linkage since it is not used outside of its translation unit.
1323staticFunctionstyleThe function '_vnck_get_wmclass' should have static linkage since it is not used outside of its translation unit.
1425constVariablePointer398styleVariable 'cdkwindow' can be declared as pointer to const
1586constParameterPointer398styleParameter 'argb_data' can be declared as pointer to const
2049constParameterPointer398styleParameter 'icon_cache' can be declared as pointer to const
2049staticFunctionstyleThe function '_vnck_icon_cache_get_icon_invalidated' should have static linkage since it is not used outside of its translation unit.
2080constParameterPointer398styleParameter 'icon_cache' can be declared as pointer to const
2375staticFunctionstyleThe function '_vnck_get_fallback_icons' should have static linkage since it is not used outside of its translation unit.
2469staticFunctionstyleThe function '_vnck_get_window_position' should have static linkage since it is not used outside of its translation unit.
2529staticFunctionstyleThe function '_vnck_cdk_display_lookup_from_display' should have static linkage since it is not used outside of its translation unit.
2543staticFunctionstyleThe function '_vnck_cdk_window_lookup_from_window' should have static linkage since it is not used outside of its translation unit.
2610constParameterCallback398styleParameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'timestamp_predicate' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s).
2611constParameterCallback398styleParameter 'xevent' can be declared as pointer to const. However it seems that 'timestamp_predicate' is a callback function, if 'xevent' is declared with const you might also need to cast function pointer(s).
2614constVariablePointer398styleVariable 'info' can be declared as pointer to const
2838constParameterPointer398styleParameter 'xev' can be declared as pointer to const
2838staticFunctionstyleThe function '_vnck_desktop_layout_manager_process_event' should have static linkage since it is not used outside of its translation unit.