|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) | Fri Aug 15 10:26:11 2025 |
baobab/src/baobab-cell-renderer-progress.c |
37 | 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. | Fri Aug 15 10:26:11 2025 |
baobab/src/baobab-chart.c |
337 | variableScope | 398 | style | The scope of the variable 'item' can be reduced. | Fri Aug 15 10:26:11 2025 |
465 | variableScope | 398 | style | The scope of the variable 'item' can be reduced. | Fri Aug 15 10:26:11 2025 |
676 | constParameterCallback | 398 | style | Parameter 'iter' can be declared as pointer to const. However it seems that 'baobab_chart_row_changed' is a callback function, if 'iter' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
690 | constParameterCallback | 398 | style | Parameter 'iter' can be declared as pointer to const. However it seems that 'baobab_chart_row_inserted' is a callback function, if 'iter' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
704 | constParameterCallback | 398 | style | Parameter 'iter' can be declared as pointer to const. However it seems that 'baobab_chart_row_has_child_toggled' is a callback function, if 'iter' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
732 | constParameterCallback | 398 | style | Parameter 'iter' can be declared as pointer to const. However it seems that 'baobab_chart_rows_reordered' is a callback function, if 'iter' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
913 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'baobab_chart_button_release' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
1002 | variableScope | 398 | style | The scope of the variable 'item' can be reduced. | Fri Aug 15 10:26:11 2025 |
1166 | staticFunction | | style | The function 'baobab_chart_get_pixbuf' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
1285 | staticFunction | | style | The function 'baobab_chart_set_model' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
1408 | variableScope | 398 | style | The scope of the variable 'current_root' can be reduced. | Fri Aug 15 10:26:11 2025 |
1572 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
1624 | variableScope | 398 | style | The scope of the variable 'parent_path' can be reduced. | Fri Aug 15 10:26:11 2025 |
1684 | variableScope | 398 | style | The scope of the variable 'sel_type' can be reduced. | Fri Aug 15 10:26:11 2025 |
1789 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
1830 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
1856 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
baobab/src/baobab-remote-connect-dialog.c |
57 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. | Fri Aug 15 10:26:11 2025 |
baobab/src/baobab-ringschart.c |
370 | staticFunction | | style | The function 'baobab_ringschart_subfolder_tips_timeout' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
384 | staticFunction | | style | The function 'baobab_ringschart_clean_subforlder_tips_state' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
424 | variableScope | 398 | style | The scope of the variable 'item' can be reduced. | Fri Aug 15 10:26:11 2025 |
436 | variableScope | 398 | style | The scope of the variable 'layout' can be reduced. | Fri Aug 15 10:26:11 2025 |
baobab/src/baobab-scan.c |
136 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME is a macro then please configure it. | Fri Aug 15 10:26:11 2025 |
baobab/src/baobab-treemap.c |
113 | variableScope | 398 | style | The scope of the variable 'layout' can be reduced. | Fri Aug 15 10:26:11 2025 |
267 | constParameterCallback | 398 | style | Parameter 'chart' can be declared as pointer to const. However it seems that 'baobab_treemap_is_point_over_item' is a callback function, if 'chart' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
272 | constVariablePointer | 398 | style | Variable 'rect' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
283 | constVariablePointer | 398 | style | Variable '_rect' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
303 | staticFunction | | style | The function 'baobab_treemap_can_zoom_in' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
305 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
313 | staticFunction | | style | The function 'baobab_treemap_can_zoom_out' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
baobab/src/baobab-utils.c |
75 | staticFunction | | style | The function 'filechooser_cb' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
103 | variableScope | 398 | style | The scope of the variable 'toggle' can be reduced. | Fri Aug 15 10:26:11 2025 |
141 | staticFunction | | style | The function 'on_toggled' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
532 | staticFunction | | style | The function 'is_virtual_filesystem' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
baobab/src/baobab.c |
81 | variableScope | 398 | style | The scope of the variable 'display' can be reduced. | Fri Aug 15 10:26:11 2025 |
339 | knownConditionTrueFalse | 571 | style | Condition 'data->depth<currentdepth' is always true | Fri Aug 15 10:26:11 2025 |
539 | constParameterCallback | 398 | style | Parameter 'volume_monitor' can be declared as pointer to const. However it seems that 'volume_changed' is a callback function, if 'volume_monitor' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
540 | constParameterCallback | 398 | style | Parameter 'volume' can be declared as pointer to const. However it seems that 'volume_changed' is a callback function, if 'volume' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
736 | constVariablePointer | 398 | style | Variable 'uri_list' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
736 | unreadVariable | 563 | style | Variable 'uri_list' is assigned a value that is never used. | Fri Aug 15 10:26:11 2025 |
baobab/src/callbacks.c |
41 | constParameterPointer | 398 | style | Parameter 'menuitem' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
47 | constParameterPointer | 398 | style | Parameter 'menuitem' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
53 | constParameterPointer | 398 | style | Parameter 'menuitem' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
139 | constParameterPointer | 398 | style | Parameter 'menuitem' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
145 | constParameterPointer | 398 | style | Parameter 'menuitem' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
157 | constParameterPointer | 398 | style | Parameter 'toolbutton' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
163 | constParameterPointer | 398 | style | Parameter 'toolbutton' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
169 | staticFunction | | style | The function 'on_tb_scan_remote_clicked' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
187 | constParameterPointer | 398 | style | Parameter 'toolbutton' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
193 | constParameterPointer | 398 | style | Parameter 'toolbutton' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
199 | constParameterPointer | 398 | style | Parameter 'widget' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
200 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
256 | constParameterPointer | 398 | style | Parameter 'a' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/libgdict/gdict-client-context.c |
520 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If VERSION is a macro then please configure it. | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/libgdict/gdict-context.c |
420 | staticFunction | | style | The function 'gdict_database_get_type' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
448 | staticFunction | | style | The function 'gdict_database_ref' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
469 | staticFunction | | style | The function 'gdict_database_unref' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
498 | constParameterPointer | 398 | style | Parameter 'db' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
517 | constParameterPointer | 398 | style | Parameter 'db' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
530 | staticFunction | | style | The function 'gdict_strategy_get_type' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
559 | staticFunction | | style | The function 'gdict_strategy_ref' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
580 | staticFunction | | style | The function 'gdict_strategy_unref' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
607 | constParameterPointer | 398 | style | Parameter 'strat' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
625 | constParameterPointer | 398 | style | Parameter 'strat' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
638 | staticFunction | | style | The function 'gdict_match_get_type' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
666 | staticFunction | | style | The function 'gdict_match_ref' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
686 | staticFunction | | style | The function 'gdict_match_unref' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
714 | constParameterPointer | 398 | style | Parameter 'match' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
732 | constParameterPointer | 398 | style | Parameter 'match' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
745 | staticFunction | | style | The function 'gdict_definition_get_type' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
776 | staticFunction | | style | The function 'gdict_definition_ref' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
797 | staticFunction | | style | The function 'gdict_definition_unref' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
826 | constParameterPointer | 398 | style | Parameter 'def' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
846 | constParameterPointer | 398 | style | Parameter 'def' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
867 | constParameterPointer | 398 | style | Parameter 'def' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
887 | constParameterPointer | 398 | style | Parameter 'def' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/libgdict/gdict-database-chooser.c |
127 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_STRLOC is a macro then please configure it. | Fri Aug 15 10:26:11 2025 |
856 | staticFunction | | style | The function 'gdict_database_chooser_clear' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/libgdict/gdict-defbox.c |
126 | 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. | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/libgdict/gdict-source-chooser.c |
92 | 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. | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/libgdict/gdict-source-loader.c |
268 | constVariablePointer | 398 | style | Variable 'l' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/libgdict/gdict-source.c |
104 | staticFunction | | style | The function 'gdict_source_error_quark' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
415 | duplicateConditionalAssign | 398 | style | The statement 'if (priv->transport!=transport) priv->transport=transport' is logically equivalent to 'priv->transport=transport'. | Fri Aug 15 10:26:11 2025 |
1011 | staticFunction | | style | The function 'gdict_source_set_transportv' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/libgdict/gdict-speller.c |
108 | 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. | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/libgdict/gdict-strategy-chooser.c |
123 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_STRLOC is a macro then please configure it. | Fri Aug 15 10:26:11 2025 |
803 | staticFunction | | style | The function 'gdict_strategy_chooser_clear' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/libgdict/gdict-utils.c |
105 | constParameterCallback | 398 | style | Parameter 'context' can be declared as pointer to const. However it seems that 'pre_parse_hook' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
106 | constParameterCallback | 398 | style | Parameter 'group' can be declared as pointer to const. However it seems that 'pre_parse_hook' is a callback function, if 'group' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
132 | constParameterCallback | 398 | style | Parameter 'context' can be declared as pointer to const. However it seems that 'post_parse_hook' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
133 | constParameterCallback | 398 | style | Parameter 'group' can be declared as pointer to const. However it seems that 'post_parse_hook' is a callback function, if 'group' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/src/gdict-aligned-window.c |
289 | staticFunction | | style | The function 'gdict_aligned_window_set_widget' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/src/gdict-app.c |
161 | constVariablePointer | 398 | style | Variable 'word' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
182 | constVariablePointer | 398 | style | Variable 'word' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/src/gdict-applet.c |
273 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'window_key_press_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
447 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'gdict_applet_entry_key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
473 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'gdict_applet_icon_button_press_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
476 | variableScope | 398 | style | The scope of the variable 'priv' can be reduced. | Fri Aug 15 10:26:11 2025 |
1188 | variableScope | 398 | style | The scope of the variable 'ui_path' can be reduced. | Fri Aug 15 10:26:11 2025 |
1190 | variableScope | 398 | style | The scope of the variable 'priv' can be reduced. | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/src/gdict-common.c |
188 | uselessAssignmentPtrArg | 398 | warning | Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/src/gdict-pref-dialog.c |
86 | unusedStructMember | 563 | style | struct member '_GdictPrefDialog::help_button' is never used. | Fri Aug 15 10:26:11 2025 |
87 | unusedStructMember | 563 | style | struct member '_GdictPrefDialog::close_button' is never used. | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/src/gdict-sidebar.c |
77 | staticFunction | | style | The function 'sidebar_page_new' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
95 | staticFunction | | style | The function 'sidebar_page_free' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
511 | constVariablePointer | 398 | style | Variable 'page' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
cafe-dictionary/src/gdict-window.c |
414 | shadowArgument | 398 | style | Local variable 'context' shadows outer argument | Fri Aug 15 10:26:11 2025 |
1030 | constParameterCallback | 398 | style | Parameter 'action' can be declared as pointer to const. However it seems that 'gdict_window_cmd_file_close_window' is a callback function, if 'action' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
1370 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'gdict_window_state_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
2136 | staticFunction | | style | The function 'gdict_window_action_get_type' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
cafe-screenshot/src/cafe-screenshot.c |
227 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
721 | variableScope | 398 | style | The scope of the variable 'uri' can be reduced. | Fri Aug 15 10:26:11 2025 |
1054 | constParameterPointer | 398 | style | Parameter 'rectangle' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
1251 | staticFunction | | style | The function 'loop_dialog_screenshot' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
cafe-screenshot/src/screenshot-dialog.c |
56 | constParameterCallback | 398 | style | Parameter 'key' can be declared as pointer to const. However it seems that 'on_toplevel_key_press_event' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
101 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'on_preview_button_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
201 | shadowVariable | 398 | style | Local variable 'dialog' shadows outer variable | Fri Aug 15 10:26:11 2025 |
343 | constParameterPointer | 398 | style | Parameter 'dialog' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
cafe-screenshot/src/screenshot-save.c |
48 | variableScope | 398 | style | The scope of the variable 'message' can be reduced. | Fri Aug 15 10:26:11 2025 |
113 | variableScope | 398 | style | The scope of the variable 'dialog' can be reduced. | Fri Aug 15 10:26:11 2025 |
140 | variableScope | 398 | style | The scope of the variable 'dir_name' can be reduced. | Fri Aug 15 10:26:11 2025 |
cafe-screenshot/src/screenshot-shadow.c |
189 | constVariablePointer | 398 | style | Variable 'filter' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
215 | constVariablePointer | 398 | style | Variable 'filter' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
cafe-screenshot/src/screenshot-utils.c |
151 | constVariablePointer | 398 | style | Variable 'root_window' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
207 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'select_area_button_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
299 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'select_area_key_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
495 | constParameterPointer | 398 | style | Parameter 'rect' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
599 | constParameterPointer | 398 | style | Parameter 'rectangle' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
682 | variableScope | 398 | style | The scope of the variable 'i' can be reduced. | Fri Aug 15 10:26:11 2025 |
745 | constVariablePointer | 398 | style | Variable 'src_pixels' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
871 | constParameterPointer | 398 | style | Parameter 'error' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
cafe-screenshot/src/screenshot-xfer.c |
32 | unusedStructMember | 563 | style | struct member 'TransferDialog::cancellable' is never used. | Fri Aug 15 10:26:11 2025 |
gsearchtool/libcafeui-deprecated/gsearchtool-entry.c |
59 | 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. | Fri Aug 15 10:26:11 2025 |
gsearchtool/libeggsmclient/eggdesktopfile.c |
56 | staticFunction | | style | The function 'egg_desktop_file_new' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
154 | staticFunction | | style | The function 'egg_desktop_file_new_from_key_file' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
311 | staticFunction | | style | The function 'egg_desktop_file_free' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
329 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
343 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
357 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
378 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
482 | variableScope | 398 | style | The scope of the variable 'try_exec' can be reduced. | Fri Aug 15 10:26:11 2025 |
482 | variableScope | 398 | style | The scope of the variable 'found_program' can be reduced. | Fri Aug 15 10:26:11 2025 |
483 | variableScope | 398 | style | The scope of the variable 'only_show_in' can be reduced. | Fri Aug 15 10:26:11 2025 |
483 | variableScope | 398 | style | The scope of the variable 'not_show_in' can be reduced. | Fri Aug 15 10:26:11 2025 |
485 | variableScope | 398 | style | The scope of the variable 'i' can be reduced. | Fri Aug 15 10:26:11 2025 |
560 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
579 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
595 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
595 | staticFunction | | style | The function 'egg_desktop_file_accepts_uris' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
607 | variableScope | 398 | style | The scope of the variable 'p' can be reduced. | Fri Aug 15 10:26:11 2025 |
634 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
642 | constVariablePointer | 398 | style | Variable 'doc' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
1393 | staticFunction | | style | The function 'egg_desktop_file_error_quark' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
gsearchtool/libeggsmclient/eggsmclient-xsmp.c |
172 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. | Fri Aug 15 10:26:11 2025 |
gsearchtool/libeggsmclient/eggsmclient.c |
47 | 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. | Fri Aug 15 10:26:11 2025 |
gsearchtool/src/gsearchtool-callbacks.c |
134 | variableScope | 398 | style | The scope of the variable 'command' can be reduced. | Fri Aug 15 10:26:11 2025 |
444 | staticFunction | | style | The function 'open_file_event_cb' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
581 | staticFunction | | style | The function 'open_folder_cb' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
789 | staticFunction | | style | The function 'move_to_trash_cb' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
957 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
1001 | variableScope | 398 | style | The scope of the variable 'new2' can be reduced. | Fri Aug 15 10:26:11 2025 |
1307 | variableScope | 398 | style | The scope of the variable 'tmp' can be reduced. | Fri Aug 15 10:26:11 2025 |
1388 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
1602 | staticFunction | | style | The function 'show_file_selector_cb' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
1737 | staticFunction | | style | The function 'save_results_cb' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
1776 | shadowArgument | 398 | style | Local variable 'response' shadows outer argument | Fri Aug 15 10:26:11 2025 |
1886 | variableScope | 398 | style | The scope of the variable 'gsearch' can be reduced. | Fri Aug 15 10:26:11 2025 |
1916 | variableScope | 398 | style | The scope of the variable 'gsearch' can be reduced. | Fri Aug 15 10:26:11 2025 |
1934 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
gsearchtool/src/gsearchtool-support.c |
464 | staticFunction | | style | The function 'gsearchtool_strdup_strftime' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
465 | constParameterPointer | 398 | style | Parameter 'time_pieces' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
951 | variableScope | 398 | style | The scope of the variable 'screen' can be reduced. | Fri Aug 15 10:26:11 2025 |
952 | variableScope | 398 | style | The scope of the variable 'display' can be reduced. | Fri Aug 15 10:26:11 2025 |
1163 | staticFunction | | style | The function 'gsearchtool_ctk_tree_view_get_column_with_sort_column_id' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
1329 | variableScope | 398 | style | The scope of the variable 'valid_bytes' can be reduced. | Fri Aug 15 10:26:11 2025 |
gsearchtool/src/gsearchtool.c |
456 | constVariablePointer | 398 | style | Variable 'constraint' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
673 | variableScope | 398 | style | The scope of the variable 'value' can be reduced. | Fri Aug 15 10:26:11 2025 |
844 | variableScope | 398 | style | The scope of the variable 'path' can be reduced. | Fri Aug 15 10:26:11 2025 |
1045 | variableScope | 398 | style | The scope of the variable 'string' can be reduced. | Fri Aug 15 10:26:11 2025 |
2225 | variableScope | 398 | style | The scope of the variable 'path' can be reduced. | Fri Aug 15 10:26:11 2025 |
2718 | constParameterCallback | 398 | style | Parameter 'allocation' can be declared as pointer to const. However it seems that 'gsearch_window_size_allocate' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
2954 | staticFunction | | style | The function 'gsearch_window_get_type' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
logview/src/logview-app.c |
158 | variableScope | 398 | style | The scope of the variable 'info' can be reduced. | Fri Aug 15 10:26:11 2025 |
160 | variableScope | 398 | style | The scope of the variable 'content_type' can be reduced. | Fri Aug 15 10:26:11 2025 |
160 | variableScope | 398 | style | The scope of the variable 'name' can be reduced. | Fri Aug 15 10:26:11 2025 |
logview/src/logview-filter-manager.c |
177 | variableScope | 398 | style | The scope of the variable 'tag' can be reduced. | Fri Aug 15 10:26:11 2025 |
logview/src/logview-findbar.c |
119 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'entry_key_press_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
330 | variableScope | 398 | style | The scope of the variable 'desc' can be reduced. | Fri Aug 15 10:26:11 2025 |
logview/src/logview-log.c |
617 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE is a macro then please configure it. | Fri Aug 15 10:26:11 2025 |
logview/src/logview-loglist.c |
80 | variableScope | 398 | style | The scope of the variable 'day' can be reduced. | Fri Aug 15 10:26:11 2025 |
118 | constParameterPointer | 398 | style | Parameter 'log' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
logview/src/logview-main.c |
37 | constParameterCallback | 398 | style | Parameter 'app' can be declared as pointer to const. However it seems that 'app_quit_cb' is a callback function, if 'app' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
logview/src/logview-manager.c |
421 | constParameterPointer | 398 | style | Parameter 'log' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
logview/src/logview-prefs.c |
149 | variableScope | 398 | style | The scope of the variable 'str' can be reduced. | Fri Aug 15 10:26:11 2025 |
150 | variableScope | 398 | style | The scope of the variable 'filter' can be reduced. | Fri Aug 15 10:26:11 2025 |
151 | variableScope | 398 | style | The scope of the variable 'tag' can be reduced. | Fri Aug 15 10:26:11 2025 |
385 | variableScope | 398 | style | The scope of the variable 'stored' can be reduced. | Fri Aug 15 10:26:11 2025 |
425 | variableScope | 398 | style | The scope of the variable 'stored' can be reduced. | Fri Aug 15 10:26:11 2025 |
logview/src/logview-utils.c |
49 | staticFunction | | style | The function 'logview_utils_day_copy' should have static linkage since it is not used outside of its translation unit. | Fri Aug 15 10:26:11 2025 |
87 | constVariablePointer | 398 | style | Variable 'timestamp' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
145 | constVariablePointer | 398 | style | Variable 'tmptm' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
logview/src/logview-window.c |
90 | constParameterCallback | 398 | style | Parameter 'version_selector' can be declared as pointer to const. However it seems that 'logview_version_selector_changed' is a callback function, if 'version_selector' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
319 | variableScope | 398 | style | The scope of the variable 'active' can be reduced. | Fri Aug 15 10:26:11 2025 |
480 | variableScope | 398 | style | The scope of the variable 'mark' can be reduced. | Fri Aug 15 10:26:11 2025 |
573 | variableScope | 398 | style | The scope of the variable 'end' can be reduced. | Fri Aug 15 10:26:11 2025 |
574 | variableScope | 398 | style | The scope of the variable 'text' can be reduced. | Fri Aug 15 10:26:11 2025 |
664 | variableScope | 398 | style | The scope of the variable 'tag' can be reduced. | Fri Aug 15 10:26:11 2025 |
665 | variableScope | 398 | style | The scope of the variable 'action' can be reduced. | Fri Aug 15 10:26:11 2025 |
865 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'window_size_changed_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
965 | constVariablePointer | 398 | style | Variable 'day' can be declared as pointer to const | Fri Aug 15 10:26:11 2025 |
987 | variableScope | 398 | style | The scope of the variable 'primary' can be reduced. | Fri Aug 15 10:26:11 2025 |
1147 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'key_press_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). | Fri Aug 15 10:26:11 2025 |
1519 | variableScope | 398 | style | The scope of the variable 'err' can be reduced. | Fri Aug 15 10:26:11 2025 |
logview/src/tests/test-reader.c |
21 | unusedVariable | 563 | style | Unused variable: day | Fri Aug 15 10:26:11 2025 |
22 | variableScope | 398 | style | The scope of the variable 'day_s' can be reduced. | Fri Aug 15 10:26:11 2025 |