|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
src/actions.c |
172 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE is a macro then please configure it. |
src/ctk-utils.h |
50 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If _ctk_error_dialog_new is a macro then please configure it. |
src/eggfileformatchooser.c |
1029 | staticFunction | | style | The function 'egg_file_format_chooser_set_format' should have static linkage since it is not used outside of its translation unit. |
1065 | staticFunction | | style | The function 'egg_file_format_chooser_get_format' should have static linkage since it is not used outside of its translation unit. |
1087 | uninitStructMember | 457 | error | Uninitialized struct member: search.format |
1094 | staticFunction | | style | The function 'egg_file_format_chooser_set_format_data' should have static linkage since it is not used outside of its translation unit. |
1142 | staticFunction | | style | The function 'egg_file_format_chooser_append_extension' should have static linkage since it is not used outside of its translation unit. |
src/eggtreemultidnd.c |
95 | staticFunction | | style | The function 'egg_tree_multi_drag_source_row_draggable' should have static linkage since it is not used outside of its translation unit. |
152 | staticFunction | | style | The function 'egg_tree_multi_drag_source_drag_data_get' should have static linkage since it is not used outside of its translation unit. |
src/file-data.c |
63 | staticFunction | | style | The function 'file_data_copy' should have static linkage since it is not used outside of its translation unit. |
114 | constParameterPointer | 398 | style | Parameter 'fdata' can be declared as pointer to const |
139 | constVariablePointer | 398 | style | Variable 'data_a' can be declared as pointer to const |
140 | constVariablePointer | 398 | style | Variable 'data_b' can be declared as pointer to const |
160 | constVariablePointer | 398 | style | Variable 'fd' can be declared as pointer to const |
src/file-utils.c |
275 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
705 | staticFunction | | style | The function 'get_file_mime_type' should have static linkage since it is not used outside of its translation unit. |
772 | staticFunction | | style | The function 'get_dest_free_space' should have static linkage since it is not used outside of its translation unit. |
817 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
949 | staticFunction | | style | The function 'is_temp_work_dir' should have static linkage since it is not used outside of its translation unit. |
991 | staticFunction | | style | The function 'file_list__match_pattern' should have static linkage since it is not used outside of its translation unit. |
1166 | constVariablePointer | 398 | style | Variable 'value' can be declared as pointer to const |
1198 | staticFunction | | style | The function 'get_home_uri' should have static linkage since it is not used outside of its translation unit. |
1276 | staticFunction | | style | The function 'get_uri_host' should have static linkage since it is not used outside of its translation unit. |
src/fr-archive.c |
190 | staticFunction | | style | The function 'fr_archive_get_type' should have static linkage since it is not used outside of its translation unit. |
294 | staticFunction | | style | The function 'fr_archive_stoppable' should have static linkage since it is not used outside of its translation unit. |
318 | staticFunction | | style | The function 'fr_archive_action_completed' should have static linkage since it is not used outside of its translation unit. |
1153 | staticFunction | | style | The function 'fr_archive_fake_load' should have static linkage since it is not used outside of its translation unit. |
1313 | staticFunction | | style | The function 'fr_archive_load' should have static linkage since it is not used outside of its translation unit. |
1418 | constParameterPointer | 398 | style | Parameter 'path' can be declared as pointer to const |
1447 | constVariablePointer | 398 | style | Variable 'fdata' can be declared as pointer to const |
1565 | staticFunction | | style | The function 'fr_archive_add' should have static linkage since it is not used outside of its translation unit. |
1985 | staticFunction | | style | The function 'fr_archive_add_files' should have static linkage since it is not used outside of its translation unit. |
2205 | staticFunction | | style | The function 'fr_archive_add_directory' should have static linkage since it is not used outside of its translation unit. |
2245 | staticFunction | | style | The function 'fr_archive_add_items' should have static linkage since it is not used outside of its translation unit. |
2287 | constParameterPointer | 398 | style | Parameter 'list' can be declared as pointer to const |
2301 | constVariablePointer | 398 | style | Variable 'path' can be declared as pointer to const |
2439 | constVariablePointer | 398 | style | Variable 'fullpath' can be declared as pointer to const |
2527 | constVariablePointer | 398 | style | Variable 'folder_in_list' can be declared as pointer to const |
2936 | constVariablePointer | 398 | style | Variable 'name_end' can be declared as pointer to const |
3034 | constVariablePointer | 398 | style | Variable 'filename' can be declared as pointer to const |
3046 | constParameterPointer | 398 | style | Parameter 'dir_pointer' can be declared as pointer to const |
3048 | constVariablePointer | 398 | style | Variable 'dirname' can be declared as pointer to const |
3053 | constVariablePointer | 398 | style | Variable 'filename' can be declared as pointer to const |
3075 | staticFunction | | style | The function 'fr_archive_extract_to_local' should have static linkage since it is not used outside of its translation unit. |
3282 | staticFunction | | style | The function 'fr_archive_extract' should have static linkage since it is not used outside of its translation unit. |
src/fr-command-7z.c |
432 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'process_line__extract' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
597 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_7z_get_capabilities' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command-alz.c |
83 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'process_line' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
109 | knownConditionTrueFalse | 570 | style | Condition '!alz_comm->list_started' is always false |
231 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'process_extract_line' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
src/fr-command-cfile.c |
47 | constParameterPointer | 398 | style | Parameter 'comm' can be declared as pointer to const |
99 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'list__process_line' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
340 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'fr_command_cfile_delete' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
src/fr-command-cpio.c |
48 | constParameterPointer | 398 | style | Parameter 'month' can be declared as pointer to const |
49 | constParameterPointer | 398 | style | Parameter 'mday' can be declared as pointer to const |
72 | constVariablePointer | 398 | style | Variable 'now_tm' can be declared as pointer to const |
89 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'list__process_line' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
97 | unreadVariable | 563 | style | Variable 'ofs' is assigned a value that is never used. |
src/fr-command-dpkg.c |
58 | constParameterPointer | 398 | style | Parameter 'line' can be declared as pointer to const |
src/fr-command-iso.c |
46 | constParameterPointer | 398 | style | Parameter 'month' can be declared as pointer to const |
47 | constParameterPointer | 398 | style | Parameter 'mday' can be declared as pointer to const |
48 | constParameterPointer | 398 | style | Parameter 'year' can be declared as pointer to const |
73 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'list__process_line' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
80 | variableScope | 398 | style | The scope of the variable 'name_field' can be reduced. |
170 | constVariablePointer | 398 | style | Variable 'path' can be declared as pointer to const |
src/fr-command-jar.c |
66 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
98 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
104 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
src/fr-command-lha.c |
47 | constParameterPointer | 398 | style | Parameter 'month' can be declared as pointer to const |
48 | constParameterPointer | 398 | style | Parameter 'mday' can be declared as pointer to const |
75 | constVariablePointer | 398 | style | Variable 'tm_now' can be declared as pointer to const |
147 | constParameterPointer | 398 | style | Parameter 'line' can be declared as pointer to const |
src/fr-command-lrzip.c |
102 | constParameterCallback | 398 | style | Parameter 'file_list' can be declared as pointer to const. However it seems that 'fr_command_lrzip_add' is a callback function, if 'file_list' is declared with const you might also need to cast function pointer(s). |
src/fr-command-rpm.c |
48 | constParameterPointer | 398 | style | Parameter 'month' can be declared as pointer to const |
49 | constParameterPointer | 398 | style | Parameter 'mday' can be declared as pointer to const |
79 | constVariablePointer | 398 | style | Variable 'now_tm' can be declared as pointer to const |
98 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'list__process_line' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
106 | unreadVariable | 563 | style | Variable 'ofs' is assigned a value that is never used. |
src/fr-command-tar.c |
254 | constParameterPointer | 398 | style | Parameter 'comm' can be declared as pointer to const |
261 | constParameterPointer | 398 | style | Parameter 'line' can be declared as pointer to const |
302 | constVariablePointer | 398 | style | Variable 'c_tar' can be declared as pointer to const |
374 | constVariablePointer | 398 | style | Variable 'c_tar' can be declared as pointer to const |
740 | constVariablePointer | 398 | style | Variable 'comm' can be declared as pointer to const |
968 | constVariablePointer | 398 | style | Variable 'comm_tar' can be declared as pointer to const |
src/fr-command-unarchiver.c |
179 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'process_line__extract' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
src/fr-command-zip.c |
96 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'list__process_line' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
201 | constParameterCallback | 398 | style | Parameter 'line' can be declared as pointer to const. However it seems that 'process_line__common' is a callback function, if 'line' is declared with const you might also need to cast function pointer(s). |
src/fr-command-zoo.c |
47 | constParameterPointer | 398 | style | Parameter 'mday_s' can be declared as pointer to const |
49 | constParameterPointer | 398 | style | Parameter 'year_s' can be declared as pointer to const |
111 | constParameterPointer | 398 | style | Parameter 'line' can be declared as pointer to const |
152 | constParameterPointer | 398 | style | Parameter 'line' can be declared as pointer to const |
src/fr-command.c |
128 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'base_fr_command_add' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
139 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'base_fr_command_delete' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
147 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'base_fr_command_extract' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
598 | staticFunction | | style | The function 'fr_command_set_file' should have static linkage since it is not used outside of its translation unit. |
764 | constParameterPointer | 398 | style | Parameter 'comm' can be declared as pointer to const |
808 | staticFunction | | style | The function 'fr_command_working_archive' should have static linkage since it is not used outside of its translation unit. |
839 | staticFunction | | style | The function 'fr_command_set_mime_type' should have static linkage since it is not used outside of its translation unit. |
847 | staticFunction | | style | The function 'fr_command_handle_error' should have static linkage since it is not used outside of its translation unit. |
src/fr-init.c |
514 | staticFunction | | style | The function 'get_mime_type_index' should have static linkage since it is not used outside of its translation unit. |
618 | knownConditionTrueFalse | 571 | style | Condition 'cap->current_capabilities&FR_COMMAND_CAN_WRITE' is always true |
src/fr-list-model.c |
90 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'fr_list_model_multi_drag_data_delete' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
105 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'fr_list_model_init' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
133 | staticFunction | | style | The function 'fr_list_model_get_type' should have static linkage since it is not used outside of its translation unit. |
src/fr-process.c |
641 | constVariablePointer | 398 | style | Variable 'process' can be declared as pointer to const |
812 | constVariablePointer | 398 | style | Variable 'info' can be declared as pointer to const |
1068 | redundantAssignment | 563 | style | Variable 'ret' is reassigned a value before the old one has been used. |
src/fr-window.c |
6878 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_FILE_ATTRIBUTE_STANDARD_NAME is a macro then please configure it. |
src/gio-utils.c |
120 | constParameterPointer | 398 | style | Parameter 'filter' can be declared as pointer to const |
237 | constVariablePointer | 398 | style | Variable 'sub_directory' can be declared as pointer to const |
415 | staticFunction | | style | The function 'g_directory_foreach_child' should have static linkage since it is not used outside of its translation unit. |
src/glib-utils.c |
104 | nullPointerRedundantCheck | 476 | warning | Either the condition 's2!=NULL' is redundant or there is possible null pointer dereference: s2. |
130 | staticFunction | | style | The function 'escape_str_common' should have static linkage since it is not used outside of its translation unit. |
345 | staticFunction | | style | The function 'search_util_get_patterns' should have static linkage since it is not used outside of its translation unit. |
398 | redundantCondition | 398 | style | Redundant condition: The condition '*line != 0' is redundant since '*line == ' '' is sufficient. |
548 | staticFunction | | style | The function '_g_path_get_file_name' should have static linkage since it is not used outside of its translation unit. |
src/java-utils.c |
290 | constVariablePointer | 398 | style | Variable 'class' can be declared as pointer to const |
src/main.c |
207 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'startup_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
src/open-file.c |
50 | staticFunction | | style | The function 'open_file_free' should have static linkage since it is not used outside of its translation unit. |
64 | staticFunction | | style | The function 'open_file_copy' should have static linkage since it is not used outside of its translation unit. |
src/server.c |
415 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
423 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
src/test-server.c |
138 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_GNUC_UNUSED is a macro then please configure it. |