| 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. |
| baobab/src/baobab-chart.c |
| 337 | variableScope | 398 | style | The scope of the variable 'item' can be reduced. |
| 465 | variableScope | 398 | style | The scope of the variable 'item' can be reduced. |
| 499 | variableScope | 398 | style | The scope of the variable 'item' can be reduced. |
| 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). |
| 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). |
| 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). |
| 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). |
| 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). |
| 1002 | variableScope | 398 | style | The scope of the variable 'item' can be reduced. |
| 1408 | variableScope | 398 | style | The scope of the variable 'current_root' can be reduced. |
| 1624 | variableScope | 398 | style | The scope of the variable 'parent_path' can be reduced. |
| 1684 | variableScope | 398 | style | The scope of the variable 'sel_type' can be reduced. |
| 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. |
| baobab/src/baobab-ringschart.c |
| 424 | variableScope | 398 | style | The scope of the variable 'item' can be reduced. |
| 436 | variableScope | 398 | style | The scope of the variable 'layout' can be reduced. |
| baobab/src/baobab-scan.c |
| 71 | constParameterPointer | 398 | style | Parameter 's' can be declared as pointer to const |
| 76 | constVariablePointer | 398 | style | Variable 'cur' can be declared as pointer to const |
| 343 | variableScope | 398 | style | The scope of the variable 'hla' can be reduced. |
| 347 | variableScope | 398 | style | The scope of the variable 'sizes' can be reduced. |
| baobab/src/baobab-treemap.c |
| 113 | variableScope | 398 | style | The scope of the variable 'layout' can be reduced. |
| baobab/src/baobab-utils.c |
| 103 | variableScope | 398 | style | The scope of the variable 'toggle' can be reduced. |
| 382 | variableScope | 398 | style | The scope of the variable 'primary' can be reduced. |
| baobab/src/baobab.c |
| 81 | variableScope | 398 | style | The scope of the variable 'display' can be reduced. |
| 339 | knownConditionTrueFalse | 571 | style | Condition 'data->depth<currentdepth' is always true |
| 736 | constVariablePointer | 398 | style | Variable 'uri_list' can be declared as pointer to const |
| 736 | unreadVariable | 563 | style | Variable 'uri_list' is assigned a value that is never used. |
| cafe-dictionary/libgdict/gdict-client-context.c |
| 196 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE is a macro then please configure it. |
| cafe-dictionary/libgdict/gdict-context.c |
| 498 | constParameterPointer | 398 | style | Parameter 'db' can be declared as pointer to const |
| 517 | constParameterPointer | 398 | style | Parameter 'db' can be declared as pointer to const |
| 607 | constParameterPointer | 398 | style | Parameter 'strat' can be declared as pointer to const |
| 625 | constParameterPointer | 398 | style | Parameter 'strat' can be declared as pointer to const |
| 714 | constParameterPointer | 398 | style | Parameter 'match' can be declared as pointer to const |
| 732 | constParameterPointer | 398 | style | Parameter 'match' can be declared as pointer to const |
| 826 | constParameterPointer | 398 | style | Parameter 'def' can be declared as pointer to const |
| 846 | constParameterPointer | 398 | style | Parameter 'def' can be declared as pointer to const |
| 867 | constParameterPointer | 398 | style | Parameter 'def' can be declared as pointer to const |
| 887 | constParameterPointer | 398 | style | Parameter 'def' can be declared as pointer to const |
| 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. |
| 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. |
| cafe-dictionary/libgdict/gdict-source.c |
| 415 | duplicateConditionalAssign | 398 | style | The statement 'if (priv->transport!=transport) priv->transport=transport' is logically equivalent to 'priv->transport=transport'. |
| 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. |
| cafe-dictionary/src/gdict-app.c |
| 161 | constVariablePointer | 398 | style | Variable 'word' can be declared as pointer to const |
| 182 | constVariablePointer | 398 | style | Variable 'word' can be declared as pointer to const |
| 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). |
| 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). |
| 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). |
| 1188 | variableScope | 398 | style | The scope of the variable 'ui_path' can be reduced. |
| 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? |
| cafe-dictionary/src/gdict-pref-dialog.c |
| 86 | unusedStructMember | 563 | style | struct member '_GdictPrefDialog::help_button' is never used. |
| 87 | unusedStructMember | 563 | style | struct member '_GdictPrefDialog::close_button' is never used. |
| cafe-dictionary/src/gdict-window.c |
| 414 | shadowArgument | 398 | style | Local variable 'context' shadows outer argument |
| 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). |
| 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). |
| 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). |
| 1054 | constParameterPointer | 398 | style | Parameter 'rectangle' can be declared as pointer to const |
| 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). |
| 201 | shadowVariable | 398 | style | Local variable 'dialog' shadows outer variable |
| 343 | constParameterPointer | 398 | style | Parameter 'dialog' can be declared as pointer to const |
| cafe-screenshot/src/screenshot-save.c |
| 48 | variableScope | 398 | style | The scope of the variable 'message' can be reduced. |
| 113 | variableScope | 398 | style | The scope of the variable 'dialog' can be reduced. |
| 140 | variableScope | 398 | style | The scope of the variable 'dir_name' can be reduced. |
| cafe-screenshot/src/screenshot-utils.c |
| 151 | constVariablePointer | 398 | style | Variable 'root_window' can be declared as pointer to const |
| 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). |
| 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). |
| 495 | constParameterPointer | 398 | style | Parameter 'rect' can be declared as pointer to const |
| 599 | constParameterPointer | 398 | style | Parameter 'rectangle' can be declared as pointer to const |
| 682 | variableScope | 398 | style | The scope of the variable 'i' can be reduced. |
| 871 | constParameterPointer | 398 | style | Parameter 'error' can be declared as pointer to const |
| cafe-screenshot/src/screenshot-xfer.c |
| 32 | unusedStructMember | 563 | style | struct member 'TransferDialog::cancellable' is never used. |
| 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. |
| gsearchtool/libeggsmclient/eggdesktopfile.c |
| 329 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
| 343 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
| 357 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
| 378 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
| 482 | variableScope | 398 | style | The scope of the variable 'try_exec' can be reduced. |
| 482 | variableScope | 398 | style | The scope of the variable 'found_program' can be reduced. |
| 483 | variableScope | 398 | style | The scope of the variable 'only_show_in' can be reduced. |
| 483 | variableScope | 398 | style | The scope of the variable 'not_show_in' can be reduced. |
| 485 | variableScope | 398 | style | The scope of the variable 'i' can be reduced. |
| 560 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
| 579 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
| 595 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
| 607 | variableScope | 398 | style | The scope of the variable 'p' can be reduced. |
| 634 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const |
| 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. |
| 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. |
| gsearchtool/src/gsearchtool-callbacks.c |
| 134 | variableScope | 398 | style | The scope of the variable 'command' can be reduced. |
| 957 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const |
| 1001 | variableScope | 398 | style | The scope of the variable 'new2' can be reduced. |
| 1034 | variableScope | 398 | style | The scope of the variable 'file_icon' can be reduced. |
| 1036 | variableScope | 398 | style | The scope of the variable 'str' can be reduced. |
| 1307 | variableScope | 398 | style | The scope of the variable 'tmp' can be reduced. |
| 1388 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const |
| 1776 | shadowArgument | 398 | style | Local variable 'response' shadows outer argument |
| 1886 | variableScope | 398 | style | The scope of the variable 'gsearch' can be reduced. |
| 1916 | variableScope | 398 | style | The scope of the variable 'gsearch' can be reduced. |
| 1934 | constParameterPointer | 398 | style | Parameter 'event' can be declared as pointer to const |
| gsearchtool/src/gsearchtool-support.c |
| 465 | constParameterPointer | 398 | style | Parameter 'time_pieces' can be declared as pointer to const |
| 951 | variableScope | 398 | style | The scope of the variable 'screen' can be reduced. |
| 952 | variableScope | 398 | style | The scope of the variable 'display' can be reduced. |
| 1329 | variableScope | 398 | style | The scope of the variable 'valid_bytes' can be reduced. |
| gsearchtool/src/gsearchtool.c |
| 673 | variableScope | 398 | style | The scope of the variable 'value' can be reduced. |
| 844 | variableScope | 398 | style | The scope of the variable 'path' can be reduced. |
| 1045 | variableScope | 398 | style | The scope of the variable 'string' can be reduced. |
| 2225 | variableScope | 398 | style | The scope of the variable 'path' can be reduced. |
| 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). |
| logview/src/logview-app.c |
| 158 | variableScope | 398 | style | The scope of the variable 'info' can be reduced. |
| 160 | variableScope | 398 | style | The scope of the variable 'content_type' can be reduced. |
| 160 | variableScope | 398 | style | The scope of the variable 'name' can be reduced. |
| logview/src/logview-filter-manager.c |
| 176 | variableScope | 398 | style | The scope of the variable 'filter' can be reduced. |
| 177 | variableScope | 398 | style | The scope of the variable 'tag' can be reduced. |
| 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). |
| 330 | variableScope | 398 | style | The scope of the variable 'desc' can be reduced. |
| logview/src/logview-log.c |
| 82 | unusedStructMember | 563 | style | struct member 'GZHandle::parent_str' is never used. |
| 83 | unusedStructMember | 563 | style | struct member 'GZHandle::buffer' is never used. |
| 87 | unusedStructMember | 563 | style | struct member 'GZHandle::last_z_result' is never used. |
| 97 | variableScope | 398 | style | The scope of the variable 'lines' can be reduced. |
| 201 | variableScope | 398 | style | The scope of the variable 'res' can be reduced. |
| 538 | variableScope | 398 | style | The scope of the variable 'z_result' can be reduced. |
| logview/src/logview-loglist.c |
| 80 | variableScope | 398 | style | The scope of the variable 'day' can be reduced. |
| 118 | constParameterPointer | 398 | style | Parameter 'log' can be declared as pointer to const |
| 482 | variableScope | 398 | style | The scope of the variable 'days' can be reduced. |
| logview/src/logview-manager.c |
| 223 | variableScope | 398 | style | The scope of the variable 'data' can be reduced. |
| 421 | constParameterPointer | 398 | style | Parameter 'log' can be declared as pointer to const |
| logview/src/logview-prefs.c |
| 149 | variableScope | 398 | style | The scope of the variable 'str' can be reduced. |
| 150 | variableScope | 398 | style | The scope of the variable 'filter' can be reduced. |
| 151 | variableScope | 398 | style | The scope of the variable 'tag' can be reduced. |
| 385 | variableScope | 398 | style | The scope of the variable 'stored' can be reduced. |
| 425 | variableScope | 398 | style | The scope of the variable 'stored' can be reduced. |
| logview/src/logview-window.c |
| 319 | variableScope | 398 | style | The scope of the variable 'active' can be reduced. |
| 480 | variableScope | 398 | style | The scope of the variable 'mark' can be reduced. |
| 573 | variableScope | 398 | style | The scope of the variable 'end' can be reduced. |
| 574 | variableScope | 398 | style | The scope of the variable 'text' can be reduced. |
| 636 | variableScope | 398 | style | The scope of the variable 'filter' can be reduced. |
| 664 | variableScope | 398 | style | The scope of the variable 'tag' can be reduced. |
| 665 | variableScope | 398 | style | The scope of the variable 'action' can be reduced. |
| 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). |
| 965 | constVariablePointer | 398 | style | Variable 'day' can be declared as pointer to const |
| 987 | variableScope | 398 | style | The scope of the variable 'primary' can be reduced. |
| 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). |
| 1519 | variableScope | 398 | style | The scope of the variable 'err' can be reduced. |
| logview/src/tests/test-reader.c |
| 21 | unusedVariable | 563 | style | Unused variable: day |
| 22 | variableScope | 398 | style | The scope of the variable 'day_s' can be reduced. |