|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
baul/baul-grapa.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
397 | constParameterCallback | 398 | style | Parameter 'fr' can be declared as pointer to const. However it seems that 'baul_fr_instance_init' is a callback function, if 'fr' is declared with const you might also need to cast function pointer(s). |
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 |
1087 | uninitStructMember | 457 | error | Uninitialized struct member: search.format |
src/eggtreemultidnd.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
src/file-data.c |
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 |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
278 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
820 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
1169 | constVariablePointer | 398 | style | Variable 'value' can be declared as pointer to const |
src/fr-archive.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
1420 | constParameterPointer | 398 | style | Parameter 'path' can be declared as pointer to const |
1449 | constVariablePointer | 398 | style | Variable 'fdata' can be declared as pointer to const |
2289 | constParameterPointer | 398 | style | Parameter 'list' can be declared as pointer to const |
2303 | constVariablePointer | 398 | style | Variable 'path' can be declared as pointer to const |
2441 | constVariablePointer | 398 | style | Variable 'fullpath' can be declared as pointer to const |
2529 | constVariablePointer | 398 | style | Variable 'folder_in_list' can be declared as pointer to const |
2938 | constVariablePointer | 398 | style | Variable 'name_end' can be declared as pointer to const |
3036 | constVariablePointer | 398 | style | Variable 'filename' can be declared as pointer to const |
3048 | constParameterPointer | 398 | style | Parameter 'dir_pointer' can be declared as pointer to const |
3050 | constVariablePointer | 398 | style | Variable 'dirname' can be declared as pointer to const |
3055 | constVariablePointer | 398 | style | Variable 'filename' can be declared as pointer to const |
src/fr-command-7z.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
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-ace.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
235 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_ace_handle_error' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
236 | constParameterCallback | 398 | style | Parameter 'error' can be declared as pointer to const. However it seems that 'fr_command_ace_handle_error' is a callback function, if 'error' is declared with const you might also need to cast function pointer(s). |
246 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_ace_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
268 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_ace_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command-alz.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
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). |
305 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_alz_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
327 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_alz_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command-ar.c |
237 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_ar_handle_error' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
238 | constParameterCallback | 398 | style | Parameter 'error' can be declared as pointer to const. However it seems that 'fr_command_ar_handle_error' is a callback function, if 'error' is declared with const you might also need to cast function pointer(s). |
250 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_ar_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
276 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_ar_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command-arj.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
323 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_arj_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
345 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_arj_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command-cfile.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
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). |
338 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_cfile_delete' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
340 | constParameterCallback | 398 | style | Parameter 'file_list' can be declared as pointer to const. However it seems that 'fr_command_cfile_delete' is a callback function, if 'file_list' is declared with const you might also need to cast function pointer(s). |
550 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_cfile_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command-cpio.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
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. |
230 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_cpio_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
252 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_cpio_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command-dpkg.c |
58 | constParameterPointer | 398 | style | Parameter 'line' can be declared as pointer to const |
218 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_dpkg_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
240 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_dpkg_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
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 |
207 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_iso_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
229 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_iso_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command-jar.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
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. |
154 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_jar_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
176 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_jar_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
201 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_jar_init' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
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 |
330 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_lha_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
352 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_lha_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
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). |
172 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_lrzip_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
193 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_lrzip_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command-rpm.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
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. |
231 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_rpm_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
254 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_rpm_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command-tar.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
255 | constParameterPointer | 398 | style | Parameter 'comm' can be declared as pointer to const |
262 | constParameterPointer | 398 | style | Parameter 'line' can be declared as pointer to const |
303 | constVariablePointer | 398 | style | Variable 'c_tar' can be declared as pointer to const |
375 | constVariablePointer | 398 | style | Variable 'c_tar' can be declared as pointer to const |
741 | constVariablePointer | 398 | style | Variable 'comm' can be declared as pointer to const |
972 | constVariablePointer | 398 | style | Variable 'comm_tar' can be declared as pointer to const |
1031 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_tar_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
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). |
295 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_unarchiver_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
317 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_unarchiver_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command-unstuff.c |
283 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_unstuff_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
305 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_unstaff_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command-zip.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
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). |
439 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_zip_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command-zoo.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
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 |
327 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_zoo_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
349 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'fr_command_zoo_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
src/fr-command.c |
120 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'base_fr_command_list' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
126 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'base_fr_command_add' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
128 | constParameterCallback | 398 | style | Parameter 'file_list' can be declared as pointer to const. However it seems that 'base_fr_command_add' is a callback function, if 'file_list' is declared with const you might also need to cast function pointer(s). |
137 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'base_fr_command_delete' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
139 | constParameterCallback | 398 | style | Parameter 'file_list' can be declared as pointer to const. However it seems that 'base_fr_command_delete' is a callback function, if 'file_list' is declared with const you might also need to cast function pointer(s). |
145 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'base_fr_command_extract' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
147 | constParameterCallback | 398 | style | Parameter 'file_list' can be declared as pointer to const. However it seems that 'base_fr_command_extract' is a callback function, if 'file_list' is declared with const you might also need to cast function pointer(s). |
157 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'base_fr_command_test' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
163 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'base_fr_command_uncompress' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
169 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'base_fr_command_recompress' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
175 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'base_fr_command_handle_error' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
176 | constParameterCallback | 398 | style | Parameter 'error' can be declared as pointer to const. However it seems that 'base_fr_command_handle_error' is a callback function, if 'error' is declared with const you might also need to cast function pointer(s). |
185 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'base_fr_command_get_mime_types' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
192 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'base_fr_command_get_capabilities' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
210 | constParameterCallback | 398 | style | Parameter 'comm' can be declared as pointer to const. However it seems that 'base_fr_command_get_packages' is a callback function, if 'comm' is declared with const you might also need to cast function pointer(s). |
764 | constParameterPointer | 398 | style | Parameter 'comm' can be declared as pointer to const |
src/fr-init.c |
618 | knownConditionTrueFalse | 571 | style | Condition 'cap->current_capabilities&FR_COMMAND_CAN_WRITE' is always true |
src/fr-list-model.c |
89 | constParameterCallback | 398 | style | Parameter 'drag_source' can be declared as pointer to const. However it seems that 'fr_list_model_multi_drag_data_delete' is a callback function, if 'drag_source' is declared with const you might also need to cast function pointer(s). |
90 | constParameterCallback | 398 | style | Parameter 'path_list' can be declared as pointer to const. However it seems that 'fr_list_model_multi_drag_data_delete' is a callback function, if 'path_list' is declared with const you might also need to cast function pointer(s). |
105 | constParameterCallback | 398 | style | Parameter 'model' can be declared as pointer to const. However it seems that 'fr_list_model_init' is a callback function, if 'model' is declared with const you might also need to cast function pointer(s). |
src/fr-process.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
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 |
6885 | 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 |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
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 |
src/glib-utils.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
104 | nullPointerRedundantCheck | 476 | warning | Either the condition 's2!=NULL' is redundant or there is possible null pointer dereference: s2. |
398 | redundantCondition | 398 | style | Redundant condition: The condition '*line != 0' is redundant since '*line == ' '' is sufficient. |
src/java-utils.c |
0 | normalCheckLevelMaxBranches | | information | Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. |
291 | constVariablePointer | 398 | style | Variable 'class' can be declared as pointer to const |
src/main.c |
204 | constParameterCallback | 398 | style | Parameter 'application' can be declared as pointer to const. However it seems that 'startup_cb' is a callback function, if 'application' is declared with const you might also need to cast function pointer(s). |
src/server.c |
417 | constParameterCallback | 398 | style | Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_acquired' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). |
425 | constParameterCallback | 398 | style | Parameter 'connection' can be declared as pointer to const. However it seems that 'on_name_lost' is a callback function, if 'connection' is declared with const you might also need to cast function pointer(s). |