LineIdCWESeverityMessage
checkersReportinformationActive checkers: There was critical errors (use --checkers-report=<filename> to see details)
capplets/about-me/cafe-about-me-fingerprint.c
143shadowVariable398styleLocal variable 'fingers' shadows outer variable
307constVariablePointer398styleVariable 'dialog' can be declared as pointer to const
307unreadVariable563styleVariable 'dialog' is assigned a value that is never used.
320constVariablePointer398styleVariable 'dialog' can be declared as pointer to const
320unreadVariable563styleVariable 'dialog' is assigned a value that is never used.
345constVariablePointer398styleVariable 'dialog' can be declared as pointer to const
345unreadVariable563styleVariable 'dialog' is assigned a value that is never used.
393constVariablePointer398styleVariable 'dialog' can be declared as pointer to const
393unreadVariable563styleVariable 'dialog' is assigned a value that is never used.
444shadowVariable398styleLocal variable 'name' shadows outer variable
459shadowVariable398styleLocal variable 'name' shadows outer variable
capplets/about-me/cafe-about-me-password.c
93staticFunctionstyleThe function 'cafe_about_me_password_error_quark' should have static linkage since it is not used outside of its translation unit.
454varFuncNullUB475portabilityPassing NULL after the last typed argument to a variadic function leads to undefined behaviour.
488varFuncNullUB475portabilityPassing NULL after the last typed argument to a variadic function leads to undefined behaviour.
516varFuncNullUB475portabilityPassing NULL after the last typed argument to a variadic function leads to undefined behaviour.
584varFuncNullUB475portabilityPassing NULL after the last typed argument to a variadic function leads to undefined behaviour.
589varFuncNullUB475portabilityPassing NULL after the last typed argument to a variadic function leads to undefined behaviour.
671constVariablePointer398styleVariable 'dialog' can be declared as pointer to const
676unreadVariable563styleVariable 'dialog' is assigned a value that is never used.
748constVariablePointer398styleVariable 'dialog' can be declared as pointer to const
750unreadVariable563styleVariable 'dialog' is assigned a value that is never used.
909constVariablePointer398styleVariable 'dialog' can be declared as pointer to const
913unreadVariable563styleVariable 'dialog' is assigned a value that is never used.
capplets/about-me/cafe-about-me.c
97variableScope398styleThe scope of the variable 'act_file' can be reduced.
106knownConditionTrueFalse571styleCondition 'file==NULL' is always true
139unreadVariable563styleVariable 'scalex' is assigned a value that is never used.
139unreadVariable563styleVariable 'scaley' is assigned a value that is never used.
285constVariablePointer398styleVariable 'dialog' can be declared as pointer to const
291unreadVariable563styleVariable 'dialog' is assigned a value that is never used.
399constVariablePointer398styleVariable 'dialog' can be declared as pointer to const
401unreadVariable563styleVariable 'dialog' is assigned a value that is never used.
capplets/about-me/e-image-chooser.c
248variableScope398styleThe scope of the variable 'scaled' can be reduced.
346constVariablePointer398styleVariable 'target_type' can be declared as pointer to const
356constVariablePointer398styleVariable 'nl' can be declared as pointer to const
367shadowArgument398styleLocal variable 'info' shadows outer argument
468constParameterPointer398styleParameter 'data' can be declared as pointer to const
capplets/appearance/appearance-desktop.c
98constVariablePointer398styleVariable 'bg' can be declared as pointer to const
99constVariablePointer398styleVariable 'item' can be declared as pointer to const
262constVariablePointer398styleVariable 'filename' can be declared as pointer to const
400variableScope398styleThe scope of the variable 'path' can be reduced.
423constVariablePointer398styleVariable 'selected' can be declared as pointer to const
609staticFunctionstyleThe function 'wp_create_filechooser' should have static linkage since it is not used outside of its translation unit.
1160variableScope398styleThe scope of the variable 'cr' can be reduced.
1183variableScope398styleThe scope of the variable 'item' can be reduced.
capplets/appearance/appearance-font.c
686varFuncNullUB475portabilityPassing NULL after the last typed argument to a variadic function leads to undefined behaviour.
699varFuncNullUB475portabilityPassing NULL after the last typed argument to a variadic function leads to undefined behaviour.
716varFuncNullUB475portabilityPassing NULL after the last typed argument to a variadic function leads to undefined behaviour.
capplets/appearance/appearance-style.c
211constVariablePointer398styleVariable 'engine' can be declared as pointer to const
261variableScope398styleThe scope of the variable 'widget' can be reduced.
340variableScope398styleThe scope of the variable 'widget' can be reduced.
343variableScope398styleThe scope of the variable 'colstr' can be reduced.
724constParameterCallback398styleParameter 'theme_name' can be declared as pointer to const. However it seems that 'ctk_theme_thumbnail_cb' is a callback function, if 'theme_name' is declared with const you might also need to cast function pointer(s).
732constParameterCallback398styleParameter 'theme_name' can be declared as pointer to const. However it seems that 'croma_theme_thumbnail_cb' is a callback function, if 'theme_name' is declared with const you might also need to cast function pointer(s).
740constParameterCallback398styleParameter 'theme_name' can be declared as pointer to const. However it seems that 'icon_theme_thumbnail_cb' is a callback function, if 'theme_name' is declared with const you might also need to cast function pointer(s).
747constParameterPointer398styleParameter 'default_thumb' can be declared as pointer to const
907nullPointer476warningPossible null pointer dereference: generator
capplets/appearance/appearance-support.c
132constParameterPointer398styleParameter 'data' can be declared as pointer to const
capplets/appearance/appearance-themes.c
868constVariablePointer398styleVariable 'info' can be declared as pointer to const
903constParameterCallback398styleParameter 'a' can be declared as pointer to const. However it seems that 'theme_list_sort_func' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s).
904constParameterCallback398styleParameter 'b' can be declared as pointer to const. However it seems that 'theme_list_sort_func' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s).
capplets/appearance/appearance-ui.c
74constParameterPointer398styleParameter 'toolbar' can be declared as pointer to const
75constParameterPointer398styleParameter 'event' can be declared as pointer to const
capplets/appearance/cafe-wp-info.c
35unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_FILE_ATTRIBUTE_STANDARD_SIZE is a macro then please configure it.
capplets/appearance/cafe-wp-xml.c
123constVariablePointer398styleVariable 'root' can be declared as pointer to const
124constVariablePointer398styleVariable 'list' can be declared as pointer to const
471variableScope398styleThe scope of the variable 'wallpaper' can be reduced.
capplets/appearance/theme-installer.c
554variableScope398styleThe scope of the variable 'dialog' can be reduced.
capplets/appearance/theme-save.c
185variableScope398styleThe scope of the variable 'current_background' can be reduced.
187variableScope398styleThe scope of the variable 'settings' can be reduced.
capplets/common/cafe-theme-info.c
280staticFunctionstyleThe function 'cafe_theme_info_error_quark' should have static linkage since it is not used outside of its translation unit.
285staticFunctionstyleThe function 'cafe_theme_read_meta_theme' should have static linkage since it is not used outside of its translation unit.
635constVariablePointer398styleVariable 'change_str' can be declared as pointer to const
666unreadVariable563styleVariable 'change_str' is assigned a value that is never used.
668unreadVariable563styleVariable 'change_str' is assigned a value that is never used.
670unreadVariable563styleVariable 'change_str' is assigned a value that is never used.
1293staticFunctionstyleThe function 'cafe_theme_info_new' should have static linkage since it is not used outside of its translation unit.
1304staticFunctionstyleThe function 'cafe_theme_info_free' should have static linkage since it is not used outside of its translation unit.
1327constParameterCallback398styleParameter 'list' can be declared as pointer to const. However it seems that 'cafe_theme_info_find_by_type_helper' is a callback function, if 'list' is declared with const you might also need to cast function pointer(s).
1427staticFunctionstyleThe function 'cafe_theme_icon_info_new' should have static linkage since it is not used outside of its translation unit.
1438staticFunctionstyleThe function 'cafe_theme_icon_info_free' should have static linkage since it is not used outside of its translation unit.
1468constParameterPointer398styleParameter 'a' can be declared as pointer to const
1468staticFunctionstyleThe function 'cafe_theme_icon_info_compare' should have static linkage since it is not used outside of its translation unit.
1469constParameterPointer398styleParameter 'b' can be declared as pointer to const
1481staticFunctionstyleThe function 'cafe_theme_cursor_info_new' should have static linkage since it is not used outside of its translation unit.
1492staticFunctionstyleThe function 'cafe_theme_cursor_info_free' should have static linkage since it is not used outside of its translation unit.
1525constParameterPointer398styleParameter 'a' can be declared as pointer to const
1525staticFunctionstyleThe function 'cafe_theme_cursor_info_compare' should have static linkage since it is not used outside of its translation unit.
1526constParameterPointer398styleParameter 'b' can be declared as pointer to const
1571constVariablePointer398styleVariable 'theme' can be declared as pointer to const
1623constParameterPointer398styleParameter 'a' can be declared as pointer to const
1623staticFunctionstyleThe function 'cafe_theme_meta_info_compare' should have static linkage since it is not used outside of its translation unit.
1624constParameterPointer398styleParameter 'b' can be declared as pointer to const
1697variableScope398styleThe scope of the variable 'color_scheme_pair' can be reduced.
capplets/common/ctkrc-utils.c
44unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DIR_SEPARATOR_S is a macro then please configure it.
capplets/common/file-transfer-dialog.c
86unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
capplets/common/theme-thumbnail.c
934unreachableCode561styleStatements following 'return' will never be executed.
capplets/common/wm-common.c
150constVariablePointer398styleVariable 'xevent' can be declared as pointer to const
capplets/default-applications/cafe-da-capplet.c
70variableScope398styleThe scope of the variable 'item' can be reduced.
306variableScope398styleThe scope of the variable 'surface' can be reduced.
368variableScope398styleThe scope of the variable 'icon' can be reduced.
371variableScope398styleThe scope of the variable 'surface' can be reduced.
433variableScope398styleThe scope of the variable 'surface' can be reduced.
capplets/display/cafe-display-properties-install-systemwide.c
76variableScope398styleThe scope of the variable 'num_read' can be reduced.
capplets/display/scrollarea.c
60unusedStructMember563stylestruct member 'AutoScrollInfo::begin_x' is never used.
61unusedStructMember563stylestruct member 'AutoScrollInfo::begin_y' is never used.
355unusedStructMember563stylestruct member 'Box::x1' is never used.
355unusedStructMember563stylestruct member 'Box::y1' is never used.
355unusedStructMember563stylestruct member 'Box::x2' is never used.
355unusedStructMember563stylestruct member 'Box::y2' is never used.
855constParameterPointer398styleParameter 'event' can be declared as pointer to const
1252staticFunctionstyleThe function 'foo_scroll_area_invalidate_region' should have static linkage since it is not used outside of its translation unit.
1275staticFunctionstyleThe function 'foo_scroll_area_invalidate_rect' should have static linkage since it is not used outside of its translation unit.
1326staticFunctionstyleThe function 'foo_scroll_area_set_viewport_pos' should have static linkage since it is not used outside of its translation unit.
1420constParameterPointer398styleParameter 'event' can be declared as pointer to const
1463constParameterPointer398styleParameter 'scroll_area' can be declared as pointer to const
capplets/display/xrandr-capplet.c
159constParameterCallback398styleParameter 'new_viewport' can be declared as pointer to const. However it seems that 'on_viewport_changed' is a callback function, if 'new_viewport' is declared with const you might also need to cast function pointer(s).
476variableScope398styleThe scope of the variable 'tmp' can be reduced.
1183constParameterPointer398styleParameter 'snapper' can be declared as pointer to const
1183constParameterPointer398styleParameter 'snappee' can be declared as pointer to const
1192constParameterPointer398styleParameter 'snapper' can be declared as pointer to const
1192constParameterPointer398styleParameter 'snappee' can be declared as pointer to const
1257constParameterPointer398styleParameter 'output' can be declared as pointer to const
1289constParameterPointer398styleParameter 'e' can be declared as pointer to const
1313constParameterPointer398styleParameter 'output' can be declared as pointer to const
1494constParameterCallback398styleParameter 'event' can be declared as pointer to const. However it seems that 'on_output_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s).
1509variableScope398styleThe scope of the variable 'info' can be reduced.
1565constVariablePointer398styleVariable 'snap' can be declared as pointer to const
1566shadowVariable398styleLocal variable 'new_edges' shadows outer variable
2027constVariablePointer398styleVariable 'variant' can be declared as pointer to const
capplets/keybindings/cafe-keybinding-properties.c
249constVariablePointer398styleVariable 'key_value' can be declared as pointer to const
880constParameterPointer398styleParameter 'str' can be declared as pointer to const
883redundantInitialization563styleRedundant initialization for 'p'. The initialized value is overwritten before it is read.
1106nullPointerRedundantCheck476warningEither the condition 'new_key' is redundant or there is possible null pointer dereference: new_key.
1595variableScope398styleThe scope of the variable 'path' can be reduced.
1671constParameterCallback398styleParameter 'column' can be declared as pointer to const. However it seems that 'start_editing_kb_cb' is a callback function, if 'column' is declared with const you might also need to cast function pointer(s).
1733variableScope398styleThe scope of the variable 'idle_data' can be reduced.
1795variableScope398styleThe scope of the variable 'selection' can be reduced.
capplets/keybindings/eggaccelerators.c
369duplicateExpression398styleSame expression on both sides of '-='.
605staticFunctionstyleThe function 'egg_keymap_get_modmap' should have static linkage since it is not used outside of its translation unit.
capplets/keybindings/eggcellrendererkeys.c
506constParameterCallback398styleParameter 'cell_editable' can be declared as pointer to const. However it seems that 'pointless_eventbox_start_editing' is a callback function, if 'cell_editable' is declared with const you might also need to cast function pointer(s).
506constParameterCallback398styleParameter 'event' can be declared as pointer to const. However it seems that 'pointless_eventbox_start_editing' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s).
682variableScope398styleThe scope of the variable 'text' can be reduced.
740staticFunctionstyleThe function 'egg_cell_renderer_keys_set_accel_mode' should have static linkage since it is not used outside of its translation unit.
capplets/keyboard/cafe-keyboard-properties-xkb.c
257staticFunctionstyleThe function 'xkb_save_gslist_as_strv' should have static linkage since it is not used outside of its translation unit.
capplets/keyboard/cafe-keyboard-properties-xkblt.c
71constVariablePointer398styleVariable 'indices' can be declared as pointer to const
210constVariablePointer398styleVariable 'indices' can be declared as pointer to const
capplets/keyboard/cafe-keyboard-properties-xkbltadd.c
383staticFunctionstyleThe function 'xkb_layout_strv_from_gslist' should have static linkage since it is not used outside of its translation unit.
397staticFunctionstyleThe function 'xkl_layout_chooser_add_default_switcher_if_necessary' should have static linkage since it is not used outside of its translation unit.
483constVariablePointer398styleVariable 'kbdraw' can be declared as pointer to const
483unreadVariable563styleVariable 'kbdraw' is assigned a value that is never used.
capplets/keyboard/cafe-keyboard-properties-xkbmc.c
49variableScope398styleThe scope of the variable 'path' can be reduced.
185variableScope398styleThe scope of the variable 'path' can be reduced.
250variableScope398styleThe scope of the variable 'path' can be reduced.
capplets/keyboard/cafe-keyboard-properties-xkbot.c
130constVariablePointer398styleVariable 'option' can be declared as pointer to const
145constParameterPointer398styleParameter 'optionname' can be declared as pointer to const
169constParameterPointer398styleParameter 'optionname' can be declared as pointer to const
173constVariablePointer398styleVariable 'option' can be declared as pointer to const
307variableScope398styleThe scope of the variable 'option_check' can be reduced.
390variableScope398styleThe scope of the variable 'expander' can be reduced.
capplets/keyboard/cafe-keyboard-properties-xkbpv.c
68constParameterPointer398styleParameter 'chooser_dialog' can be declared as pointer to const
81constParameterPointer398styleParameter 'kbdraw' can be declared as pointer to const
88variableScope398styleThe scope of the variable 'p' can be reduced.
96unreadVariable563styleVariable 'p' is assigned a value that is never used.
109knownConditionTrueFalse570styleCondition 'variant==NULL' is always false
capplets/mouse/cafe-mouse-properties.c
99constParameterCallback398styleParameter 'event' can be declared as pointer to const. However it seems that 'event_box_button_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s).
433variableScope398styleThe scope of the variable 'dialog_win' can be reduced.
433variableScope398styleThe scope of the variable 'w' can be reduced.
capplets/mouse/csd_input-helper.c
32staticFunctionstyleThe function 'supports_xinput_devices' should have static linkage since it is not used outside of its translation unit.
72staticFunctionstyleThe function 'device_is_touchpad' should have static linkage since it is not used outside of its translation unit.
113constVariablePointer398styleVariable 'device' can be declared as pointer to const
121knownConditionTrueFalse571styleCondition 'device_info!=NULL' is always true
capplets/time-admin/src/time-tool.c
24staticFunctionstyleThe function 'GetCurrentTime' should have static linkage since it is not used outside of its translation unit.
34staticFunctionstyleThe function 'ta_refresh_time' should have static linkage since it is not used outside of its translation unit.
46staticFunctionstyleThe function 'ta_refresh_date' should have static linkage since it is not used outside of its translation unit.
81staticFunctionstyleThe function 'Update_Clock_Start' should have static linkage since it is not used outside of its translation unit.
186constVariablePointer398styleVariable 'ret' can be declared as pointer to const
218constVariablePointer398styleVariable 'ret' can be declared as pointer to const
248constVariablePointer398styleVariable 'st' can be declared as pointer to const
265constVariablePointer398styleVariable 'ret' can be declared as pointer to const
capplets/time-admin/src/time-zone.h
83unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_AUTOPTR_CLEANUP_FUNC is a macro then please configure it.
capplets/windows/cafe-window-properties.c
131constParameterCallback398styleParameter 'settings' can be declared as pointer to const. However it seems that 'croma_settings_changed_callback' is a callback function, if 'settings' is declared with const you might also need to cast function pointer(s).
207variableScope398styleThe scope of the variable 'modifier' can be reduced.
209variableScope398styleThe scope of the variable 'value' can be reduced.
225variableScope398styleThe scope of the variable 'value' can be reduced.
532constVariablePointer398styleVariable 'syms' can be declared as pointer to const
font-viewer/font-model.c
74unusedStructMember563stylestruct member 'IterForFaceData::file' is never used.
506variableScope398styleThe scope of the variable 'self' can be reduced.
520variableScope398styleThe scope of the variable 'file' can be reduced.
521variableScope398styleThe scope of the variable 'monitor' can be reduced.
font-viewer/font-thumbnailer.c
139variableScope398styleThe scope of the variable 'ptr' can be reduced.
139variableScope398styleThe scope of the variable 'end' can be reduced.
139constVariablePointer398styleVariable 'end' can be declared as pointer to const
187constVariablePointer398styleVariable 'fragment' can be declared as pointer to const
font-viewer/font-view.c
110variableScope398styleThe scope of the variable 'str' can be reduced.
112variableScope398styleThe scope of the variable 'len' can be reduced.
284constParameterPointer398styleParameter 'error' can be declared as pointer to const
910constParameterPointer398styleParameter 'self' can be declared as pointer to const
font-viewer/gd-main-toolbar.c
63unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
font-viewer/sushi-font-widget.c
182variableScope398styleThe scope of the variable 'ptr' can be reduced.
182variableScope398styleThe scope of the variable 'end' can be reduced.
182constVariablePointer398styleVariable 'end' can be declared as pointer to const
331constVariablePointer398styleVariable 'priv' can be declared as pointer to const
471constVariablePointer398styleVariable 'priv' can be declared as pointer to const
libslab/app-resizer.c
72constParameterPointer398styleParameter 'widget' can be declared as pointer to const
libslab/app-shell.c
107staticFunctionstyleThe function 'show_shell' should have static linkage since it is not used outside of its translation unit.
194constParameterCallback398styleParameter 'event' can be declared as pointer to const. However it seems that 'main_keypress_callback' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s).
196variableScope398styleThe scope of the variable 'app' can be reduced.
234variableScope398styleThe scope of the variable 'app' can be reduced.
395variableScope398styleThe scope of the variable 'launcher' can be reduced.
398variableScope398styleThe scope of the variable 'action' can be reduced.
399variableScope398styleThe scope of the variable 'a11y_cat' can be reduced.
436constParameterPointer398styleParameter 'app_data' can be declared as pointer to const
611variableScope398styleThe scope of the variable 'temp1' can be reduced.
611variableScope398styleThe scope of the variable 'temp2' can be reduced.
690variableScope398styleThe scope of the variable 'a11y_cat' can be reduced.
828staticFunctionstyleThe function 'regenerate_categories' should have static linkage since it is not used outside of its translation unit.
985variableScope398styleThe scope of the variable 'COMMAND_LINE_LOCKDOWN_SCHEMA' can be reduced.
986variableScope398styleThe scope of the variable 'COMMAND_LINE_LOCKDOWN_KEY' can be reduced.
987variableScope398styleThe scope of the variable 'COMMAND_LINE_LOCKDOWN_DESKTOP_CATEGORY' can be reduced.
1112shadowVariable398styleLocal variable 'categories' shadows outer variable
1112shadowVariable398styleLocal variable 'launchers' shadows outer variable
1218constVariablePointer398styleVariable 'temp_data' can be declared as pointer to const
1359constParameterCallback398styleParameter 'event' can be declared as pointer to const. However it seems that 'tile_activated_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s).
1376variableScope398styleThe scope of the variable 'app' can be reduced.
1394constParameterCallback398styleParameter 'launcher' can be declared as pointer to const. However it seems that 'handle_menu_action_performed' is a callback function, if 'launcher' is declared with const you might also need to cast function pointer(s).
1394constParameterCallback398styleParameter 'action' can be declared as pointer to const. However it seems that 'handle_menu_action_performed' is a callback function, if 'action' is declared with const you might also need to cast function pointer(s).
1397variableScope398styleThe scope of the variable 'app' can be reduced.
libslab/application-tile.c
90unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
libslab/bookmark-agent.c
127staticFunctionstyleThe function 'bookmark_agent_get_type' should have static linkage since it is not used outside of its translation unit.
168staticFunctionstyleThe function 'bookmark_agent_has_item' should have static linkage since it is not used outside of its translation unit.
316constVariablePointer398styleVariable 'priv' can be declared as pointer to const
388staticFunctionstyleThe function 'bookmark_item_free' should have static linkage since it is not used outside of its translation unit.
584constParameterCallback398styleParameter 'g_obj' can be declared as pointer to const. However it seems that 'set_property' is a callback function, if 'g_obj' is declared with const you might also need to cast function pointer(s).
584constParameterCallback398styleParameter 'pspec' can be declared as pointer to const. However it seems that 'set_property' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s).
651unreadVariable563styleVariable 'rank' is assigned a value that is never used.
652unreadVariable563styleVariable 'rank_corr' is assigned a value that is never used.
655constVariablePointer398styleVariable 'old_title' can be declared as pointer to const
870variableScope398styleThe scope of the variable 'groups' can be reduced.
1185redundantAssignment563styleVariable 'tag_close_ptr[0]' is reassigned a value before the old one has been used.
libslab/double-click-detector.c
30constParameterPointer398styleParameter 'detector_class' can be declared as pointer to const
79staticFunctionstyleThe function 'double_click_detector_update_click_time' should have static linkage since it is not used outside of its translation unit.
libslab/nameplate-tile.c
46unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
libslab/search-bar.c
53unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
libslab/shell-window.c
38constParameterPointer398styleParameter 'klass' can be declared as pointer to const
130staticFunctionstyleThe function 'shell_window_paint_window' should have static linkage since it is not used outside of its translation unit.
libslab/slab-cafe-util.c
107variableScope398styleThe scope of the variable 'help_uri' can be reduced.
libslab/slab-section.c
23unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it.
libslab/themed-icon.c
44unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
libslab/tile-action.c
23unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it.
libslab/tile.c
35unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
libwindow-settings/cafe-window-manager.c
240constParameterPointer398styleParameter 'settings' can be declared as pointer to const
libwindow-settings/cafe-wm-manager.c
52unusedStructMember563stylestruct member 'AvailableWindowManager::cafe_wm' is never used.
77variableScope398styleThe scope of the variable 'suffix' can be reduced.
77constVariablePointer398styleVariable 'suffix' can be declared as pointer to const
244constVariablePointer398styleVariable 'tmp_list' can be declared as pointer to const
libwindow-settings/croma-window-manager.c
109variableScope398styleThe scope of the variable 'theme_file_path' can be reduced.
110constVariablePointer398styleVariable 'node' can be declared as pointer to const
383constParameterCallback398styleParameter 'wm' can be declared as pointer to const. However it seems that 'croma_get_settings_mask' is a callback function, if 'wm' is declared with const you might also need to cast function pointer(s).
471staticFunctionstyleThe function 'croma_window_manager_get_type' should have static linkage since it is not used outside of its translation unit.
shell/control-center.c
42variableScope398styleThe scope of the variable 'action' can be reduced.
91constParameterCallback398styleParameter 'event' can be declared as pointer to const. However it seems that 'handle_static_action_clicked' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s).
91staticFunctionstyleThe function 'handle_static_action_clicked' should have static linkage since it is not used outside of its translation unit.
96variableScope398styleThe scope of the variable 'app' can be reduced.
typing-break/drw-break-window.c
80unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.
typing-break/drw-monitor.c
63staticFunctionstyleThe function 'drw_monitor_get_type' should have static linkage since it is not used outside of its translation unit.
145variableScope398styleThe scope of the variable 'now' can be reduced.
typing-break/drw-selection.c
155variableScope398styleThe scope of the variable 'drw_selection' can be reduced.
156constVariablePointer398styleVariable 'xev' can be declared as pointer to const
191constParameterPointer398styleParameter 'drw_selection' can be declared as pointer to const
typing-break/drw-utils.c
32constParameterPointer398styleParameter 'bg_color' can be declared as pointer to const
typing-break/drwright.c
110unusedStructMember563stylestruct member '_DrWright::warn_dialog' is never used.
313constParameterPointer398styleParameter 'dr' can be declared as pointer to const
326constParameterPointer398styleParameter 'dr' can be declared as pointer to const
586variableScope398styleThe scope of the variable 'item' can be reduced.
805variableScope398styleThe scope of the variable 'window' can be reduced.