|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) |
cdk/broadway/broadway-buffer.c |
61 | constParameterPointer | 398 | style | Parameter 'prev' can be declared as pointer to const |
61 | constParameterPointer | 398 | style | Parameter 'entry' can be declared as pointer to const |
87 | constVariablePointer | 398 | style | Variable 'old' can be declared as pointer to const |
87 | constVariablePointer | 398 | style | Variable 'match' can be declared as pointer to const |
269 | constParameterPointer | 398 | style | Parameter 'entry' can be declared as pointer to const |
290 | constParameterPointer | 398 | style | Parameter 'buffer' can be declared as pointer to const |
296 | constParameterPointer | 398 | style | Parameter 'buffer' can be declared as pointer to const |
306 | constVariablePointer | 398 | style | Variable 'end' can be declared as pointer to const |
368 | constVariablePointer | 398 | style | Variable 'bottom' can be declared as pointer to const |
cdk/broadway/cdkbroadwayd.c |
161 | constVariablePointer | 398 | style | Variable 'map' can be declared as pointer to const |
162 | constVariablePointer | 398 | style | Variable 'found' can be declared as pointer to const |
578 | staticFunction | | style | The function 'broadway_events_got_input' should have static linkage since it is not used outside of its translation unit. |
cdk/broadway/cdkproperty-broadway.c |
39 | constParameterPointer | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const |
45 | constParameterPointer | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const |
46 | constParameterPointer | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const |
47 | constParameterPointer | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const |
cdk/broadway/cdkselection-broadway.c |
54 | constParameterPointer | 398 | style | Parameter 'window' can be declared as pointer to const |
56 | constVariablePointer | 398 | style | Variable 'tmp_list' can be declared as pointer to const |
114 | constVariablePointer | 398 | style | Variable 'tmp_list' can be declared as pointer to const |
134 | constParameterPointer | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const |
135 | constParameterPointer | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const |
cdk/cdkframetimings.c |
78 | staticFunction | | style | The function 'cdk_frame_timings_ref' should have static linkage since it is not used outside of its translation unit. |
97 | staticFunction | | style | The function 'cdk_frame_timings_unref' should have static linkage since it is not used outside of its translation unit. |
120 | constParameterPointer | 398 | style | Parameter 'timings' can be declared as pointer to const |
144 | constParameterPointer | 398 | style | Parameter 'timings' can be declared as pointer to const |
163 | constParameterPointer | 398 | style | Parameter 'timings' can be declared as pointer to const |
183 | constParameterPointer | 398 | style | Parameter 'timings' can be declared as pointer to const |
210 | constParameterPointer | 398 | style | Parameter 'timings' can be declared as pointer to const |
231 | constParameterPointer | 398 | style | Parameter 'timings' can be declared as pointer to const |
cdk/quartz/cdkproperty-quartz.c |
132 | constParameterPointer | 398 | style | Parameter 'window' can be declared as pointer to const |
139 | constParameterPointer | 398 | style | Parameter 'window' can be declared as pointer to const |
145 | constParameterPointer | 398 | style | Parameter 'actual_property_type' can be declared as pointer to const |
146 | constParameterPointer | 398 | style | Parameter 'actual_format_type' can be declared as pointer to const |
147 | constParameterPointer | 398 | style | Parameter 'actual_length' can be declared as pointer to const |
155 | constParameterPointer | 398 | style | Parameter 'window' can be declared as pointer to const |
cdk/wayland/cdkselection-wayland.c |
442 | constVariablePointer | 398 | style | Variable 'display_wayland' can be declared as pointer to const |
606 | staticFunction | | style | The function 'selection_lookup_offer_by_atom' should have static linkage since it is not used outside of its translation unit. |
643 | constVariablePointer | 398 | style | Variable 'display_wayland' can be declared as pointer to const |
700 | staticFunction | | style | The function 'cdk_wayland_selection_get_offer' should have static linkage since it is not used outside of its translation unit. |
715 | staticFunction | | style | The function 'cdk_wayland_selection_get_targets' should have static linkage since it is not used outside of its translation unit. |
828 | constParameterPointer | 398 | style | Parameter 'window' can be declared as pointer to const |
857 | constVariablePointer | 398 | style | Variable 'stored_selection' can be declared as pointer to const |
1019 | unreadVariable | 563 | style | Variable 'write_data' is assigned a value that is never used. |
1266 | staticFunction | | style | The function 'cdk_wayland_selection_get_data_source' should have static linkage since it is not used outside of its translation unit. |
1348 | staticFunction | | style | The function 'cdk_wayland_selection_unset_data_source' should have static linkage since it is not used outside of its translation unit. |
1376 | staticFunction | | style | The function '_cdk_wayland_display_get_selection_owner' should have static linkage since it is not used outside of its translation unit. |
1552 | constVariablePointer | 398 | style | Variable 'display_wayland' can be declared as pointer to const |
1810 | staticFunction | | style | The function 'cdk_wayland_selection_clear_targets' should have static linkage since it is not used outside of its translation unit. |
1824 | constVariablePointer | 398 | style | Variable 'display_wayland' can be declared as pointer to const |
cdk/win32/bdfcursor.c |
56 | constParameterPointer | 398 | style | Parameter 'fi' can be declared as pointer to const |
71 | constParameterPointer | 398 | style | Parameter 'ci' can be declared as pointer to const |
101 | constParameterPointer | 398 | style | Parameter 'fname' can be declared as pointer to const |
214 | constParameterCallback | 398 | style | Parameter 'fi' can be declared as pointer to const. However it seems that 'font_info_compare' is a callback function, if 'fi' is declared with const you might also need to cast function pointer(s). |
215 | constParameterCallback | 398 | style | Parameter 'name' can be declared as pointer to const. However it seems that 'font_info_compare' is a callback function, if 'name' is declared with const you might also need to cast function pointer(s). |
338 | uninitvar | 457 | warning | Uninitialized variable: flushed |
cdk/win32/cdkdevice-virtual.c |
66 | constParameterCallback | 398 | style | Parameter 'device' can be declared as pointer to const. However it seems that 'cdk_device_virtual_get_history' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). |
67 | constParameterCallback | 398 | style | Parameter 'window' can be declared as pointer to const. However it seems that 'cdk_device_virtual_get_history' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). |
71 | constParameterCallback | 398 | style | Parameter 'n_events' can be declared as pointer to const. However it seems that 'cdk_device_virtual_get_history' is a callback function, if 'n_events' is declared with const you might also need to cast function pointer(s). |
216 | constParameterCallback | 398 | style | Parameter 'device' can be declared as pointer to const. However it seems that 'cdk_device_virtual_select_window_events' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). |
217 | constParameterCallback | 398 | style | Parameter 'window' can be declared as pointer to const. However it seems that 'cdk_device_virtual_select_window_events' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). |
239 | constParameterPointer | 398 | style | Parameter 'device_virtual' can be declared as pointer to const |
cdk/win32/cdkdevice-win32.c |
60 | constParameterCallback | 398 | style | Parameter 'device' can be declared as pointer to const. However it seems that 'cdk_device_win32_set_window_cursor' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). |
61 | constParameterCallback | 398 | style | Parameter 'window' can be declared as pointer to const. However it seems that 'cdk_device_win32_set_window_cursor' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). |
62 | constParameterCallback | 398 | style | Parameter 'cursor' can be declared as pointer to const. However it seems that 'cdk_device_win32_set_window_cursor' is a callback function, if 'cursor' is declared with const you might also need to cast function pointer(s). |
67 | constParameterCallback | 398 | style | Parameter 'device' can be declared as pointer to const. However it seems that 'cdk_device_win32_warp' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). |
68 | constParameterCallback | 398 | style | Parameter 'screen' can be declared as pointer to const. However it seems that 'cdk_device_win32_warp' is a callback function, if 'screen' is declared with const you might also need to cast function pointer(s). |
114 | constVariablePointer | 398 | style | Variable 'impl' can be declared as pointer to const |
169 | constParameterCallback | 398 | style | Parameter 'device' can be declared as pointer to const. However it seems that 'cdk_device_win32_grab' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). |
170 | constParameterCallback | 398 | style | Parameter 'window' can be declared as pointer to const. However it seems that 'cdk_device_win32_grab' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). |
173 | constParameterCallback | 398 | style | Parameter 'confine_to' can be declared as pointer to const. However it seems that 'cdk_device_win32_grab' is a callback function, if 'confine_to' is declared with const you might also need to cast function pointer(s). |
174 | constParameterCallback | 398 | style | Parameter 'cursor' can be declared as pointer to const. However it seems that 'cdk_device_win32_grab' is a callback function, if 'cursor' is declared with const you might also need to cast function pointer(s). |
182 | constParameterCallback | 398 | style | Parameter 'device' can be declared as pointer to const. However it seems that 'cdk_device_win32_ungrab' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). |
202 | constVariablePointer | 398 | style | Variable 'impl' can be declared as pointer to const |
239 | knownConditionTrueFalse | 571 | style | Condition 'hwnd=hwndc,1' is always true |
283 | constParameterCallback | 398 | style | Parameter 'device' can be declared as pointer to const. However it seems that 'cdk_device_win32_select_window_events' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). |
284 | constParameterCallback | 398 | style | Parameter 'window' can be declared as pointer to const. However it seems that 'cdk_device_win32_select_window_events' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). |
cdk/win32/cdkdevice-wintab.c |
95 | constParameterCallback | 398 | style | Parameter 'device' can be declared as pointer to const. However it seems that 'cdk_device_wintab_set_window_cursor' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). |
96 | constParameterCallback | 398 | style | Parameter 'window' can be declared as pointer to const. However it seems that 'cdk_device_wintab_set_window_cursor' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). |
97 | constParameterCallback | 398 | style | Parameter 'cursor' can be declared as pointer to const. However it seems that 'cdk_device_wintab_set_window_cursor' is a callback function, if 'cursor' is declared with const you might also need to cast function pointer(s). |
102 | constParameterCallback | 398 | style | Parameter 'device' can be declared as pointer to const. However it seems that 'cdk_device_wintab_warp' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). |
103 | constParameterCallback | 398 | style | Parameter 'screen' can be declared as pointer to const. However it seems that 'cdk_device_wintab_warp' is a callback function, if 'screen' is declared with const you might also need to cast function pointer(s). |
124 | constVariablePointer | 398 | style | Variable 'impl' can be declared as pointer to const |
182 | constParameterCallback | 398 | style | Parameter 'device' can be declared as pointer to const. However it seems that 'cdk_device_wintab_grab' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). |
183 | constParameterCallback | 398 | style | Parameter 'window' can be declared as pointer to const. However it seems that 'cdk_device_wintab_grab' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). |
186 | constParameterCallback | 398 | style | Parameter 'confine_to' can be declared as pointer to const. However it seems that 'cdk_device_wintab_grab' is a callback function, if 'confine_to' is declared with const you might also need to cast function pointer(s). |
187 | constParameterCallback | 398 | style | Parameter 'cursor' can be declared as pointer to const. However it seems that 'cdk_device_wintab_grab' is a callback function, if 'cursor' is declared with const you might also need to cast function pointer(s). |
194 | constParameterCallback | 398 | style | Parameter 'device' can be declared as pointer to const. However it seems that 'cdk_device_wintab_ungrab' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). |
200 | constParameterCallback | 398 | style | Parameter 'device' can be declared as pointer to const. However it seems that 'cdk_device_wintab_window_at_position' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). |
201 | constParameterCallback | 398 | style | Parameter 'win_x' can be declared as pointer to const. However it seems that 'cdk_device_wintab_window_at_position' is a callback function, if 'win_x' is declared with const you might also need to cast function pointer(s). |
202 | constParameterCallback | 398 | style | Parameter 'win_y' can be declared as pointer to const. However it seems that 'cdk_device_wintab_window_at_position' is a callback function, if 'win_y' is declared with const you might also need to cast function pointer(s). |
203 | constParameterCallback | 398 | style | Parameter 'mask' can be declared as pointer to const. However it seems that 'cdk_device_wintab_window_at_position' is a callback function, if 'mask' is declared with const you might also need to cast function pointer(s). |
210 | constParameterCallback | 398 | style | Parameter 'device' can be declared as pointer to const. However it seems that 'cdk_device_wintab_select_window_events' is a callback function, if 'device' is declared with const you might also need to cast function pointer(s). |
211 | constParameterCallback | 398 | style | Parameter 'window' can be declared as pointer to const. However it seems that 'cdk_device_wintab_select_window_events' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). |
217 | staticFunction | | style | The function '_cdk_device_wintab_translate_axes' should have static linkage since it is not used outside of its translation unit. |
292 | constParameterPointer | 398 | style | Parameter 'device_wintab' can be declared as pointer to const |
cdk/win32/cdkgeometry-win32.c |
125 | staticFunction | | style | The function '_cdk_win32_window_tmp_unset_bg' should have static linkage since it is not used outside of its translation unit. |
151 | staticFunction | | style | The function '_cdk_win32_window_tmp_unset_parent_bg' should have static linkage since it is not used outside of its translation unit. |
161 | staticFunction | | style | The function '_cdk_win32_window_tmp_reset_bg' should have static linkage since it is not used outside of its translation unit. |
cdk/win32/cdkglcontext-win32.c |
121 | constParameterPointer | 398 | style | Parameter 'self' can be declared as pointer to const |
145 | constParameterPointer | 398 | style | Parameter 'window' can be declared as pointer to const |
160 | constParameterPointer | 398 | style | Parameter 'window' can be declared as pointer to const |
174 | staticFunction | | style | The function '_cdk_win32_gl_context_end_frame' should have static linkage since it is not used outside of its translation unit. |
296 | unreadVariable | 563 | style | Variable 'dummy.hglrc' is assigned a value that is never used. |
301 | unreadVariable | 563 | style | Variable 'dummy.hdc' is assigned a value that is never used. |
306 | unreadVariable | 563 | style | Variable 'dummy.hwnd' is assigned a value that is never used. |
311 | unreadVariable | 563 | style | Variable 'dummy.wc_atom' is assigned a value that is never used. |
313 | unreadVariable | 563 | style | Variable 'dummy.inited' is assigned a value that is never used. |
364 | constParameterPointer | 398 | style | Parameter 'display' can be declared as pointer to const |
387 | unreadVariable | 563 | style | Variable 'extra_fields' is assigned a value that is never used. |
575 | unreadVariable | 563 | style | Variable 'best_idx' is assigned a value that is never used. |
985 | staticFunction | | style | The function '_cdk_win32_gl_context_realize' should have static linkage since it is not used outside of its translation unit. |
1155 | constVariablePointer | 398 | style | Variable 'visual' can be declared as pointer to const |
1222 | unreadVariable | 563 | style | Variable 'do_frame_sync' is assigned a value that is never used. |
1336 | knownConditionTrueFalse | 571 | style | Condition 'display_win32->have_wgl' is always true |
1358 | constParameterPointer | 398 | style | Parameter 'window' can be declared as pointer to const |
cdk/win32/cdkmain-win32.c |
170 | staticFunction | | style | The function '_cdk_win32_print_paletteentries' should have static linkage since it is not used outside of its translation unit. |
307 | constVariablePointer | 398 | style | Variable 's' can be declared as pointer to const |
333 | constVariablePointer | 398 | style | Variable 's' can be declared as pointer to const |
375 | constVariablePointer | 398 | style | Variable 's' can be declared as pointer to const |
421 | constVariablePointer | 398 | style | Variable 's' can be declared as pointer to const |
453 | constVariablePointer | 398 | style | Variable 's' can be declared as pointer to const |
473 | staticFunction | | style | The function '_cdk_win32_rop2_to_string' should have static linkage since it is not used outside of its translation unit. |
502 | staticFunction | | style | The function '_cdk_win32_lbstyle_to_string' should have static linkage since it is not used outside of its translation unit. |
521 | staticFunction | | style | The function '_cdk_win32_pstype_to_string' should have static linkage since it is not used outside of its translation unit. |
534 | staticFunction | | style | The function '_cdk_win32_psstyle_to_string' should have static linkage since it is not used outside of its translation unit. |
556 | staticFunction | | style | The function '_cdk_win32_psendcap_to_string' should have static linkage since it is not used outside of its translation unit. |
572 | staticFunction | | style | The function '_cdk_win32_psjoin_to_string' should have static linkage since it is not used outside of its translation unit. |
908 | staticFunction | | style | The function '_cdk_win32_rect_to_string' should have static linkage since it is not used outside of its translation unit. |
cdk/win32/cdkwin32id.c |
43 | constParameterCallback | 398 | style | Parameter 'a' can be declared as pointer to const. However it seems that 'cdk_handle_equal' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). |
44 | constParameterCallback | 398 | style | Parameter 'b' can be declared as pointer to const. However it seems that 'cdk_handle_equal' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). |
cdk/x11/cdkasync.c |
107 | unusedStructMember | 563 | style | struct member '_SetInputFocusState::dpy' is never used. |
309 | constVariablePointer | 398 | style | Variable 'repl' can be declared as pointer to const |
354 | uninitvar | 457 | error | Uninitialized variables: state.dpy, state.get_property_req |
355 | autoVariables | 562 | error | Address of local auto-variable assigned to a function parameter. |
402 | constParameterPointer | 398 | style | Parameter 'repl' can be declared as pointer to const |
425 | constParameterPointer | 398 | style | Parameter 'repl' can be declared as pointer to const |
cdk/x11/cdkeventsource.c |
100 | constVariablePointer | 398 | style | Variable 'list' can be declared as pointer to const |
177 | constVariablePointer | 398 | style | Variable 'dpy' can be declared as pointer to const |
179 | unreadVariable | 563 | style | Variable 'dpy' is assigned a value that is never used. |
236 | constVariablePointer | 398 | style | Variable 'list' can be declared as pointer to const |
cdk/x11/cdkselection-x11.c |
55 | constParameterPointer | 398 | style | Parameter 'window' can be declared as pointer to const |
57 | constVariablePointer | 398 | style | Variable 'tmp_list' can be declared as pointer to const |
356 | staticFunction | | style | The function 'cdk_x11_display_text_property_to_text_list' should have static linkage since it is not used outside of its translation unit. |
405 | staticFunction | | style | The function 'cdk_x11_free_text_list' should have static linkage since it is not used outside of its translation unit. |
592 | staticFunction | | style | The function 'cdk_x11_display_string_to_compound_text' should have static linkage since it is not used outside of its translation unit. |
cdk/x11/cdkxid.c |
33 | constParameterCallback | 398 | style | Parameter 'xid' can be declared as pointer to const. However it seems that 'cdk_xid_hash' is a callback function, if 'xid' is declared with const you might also need to cast function pointer(s). |
39 | constParameterCallback | 398 | style | Parameter 'a' can be declared as pointer to const. However it seems that 'cdk_xid_equal' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). |
39 | constParameterCallback | 398 | style | Parameter 'b' can be declared as pointer to const. However it seems that 'cdk_xid_equal' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). |
ctk/a11y/ctkaccessibility.c |
151 | constVariablePointer | 398 | style | Variable 'event' can be declared as pointer to const |
232 | constVariablePointer | 398 | style | Variable 'toplevel' can be declared as pointer to const |
816 | constVariablePointer | 398 | style | Variable 'event' can be declared as pointer to const |
840 | constVariablePointer | 398 | style | Variable 'parent' can be declared as pointer to const |
889 | constVariablePointer | 398 | style | Variable 'parent' can be declared as pointer to const |
ctk/a11y/ctkaccessibilitymisc.c |
34 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'ctk_misc_impl_threads_leave' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
ctk/a11y/ctkstatusbaraccessible.c |
115 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'ctk_statusbar_accessible_get_n_children' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
121 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'ctk_statusbar_accessible_ref_child' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
ctk/ctk-builder-tool.c |
72 | constParameterPointer | 398 | style | Parameter 'data' can be declared as pointer to const |
181 | constParameterPointer | 398 | style | Parameter 'data' can be declared as pointer to const |
189 | constVariable | 398 | style | Variable 'props' can be declared as const array |
373 | constVariablePointer | 398 | style | Variable 's' can be declared as pointer to const |
382 | constVariablePointer | 398 | style | Variable 'p' can be declared as pointer to const |
460 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
461 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
462 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
463 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
464 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
465 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
466 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
467 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. |
ctk/ctkbookmarksmanager.c |
282 | constVariablePointer | 398 | style | Variable 'bookmarks' can be declared as pointer to const |
332 | constVariablePointer | 398 | style | Variable 'link' can be declared as pointer to const |
474 | constVariablePointer | 398 | style | Variable 'bookmarks' can be declared as pointer to const |
535 | staticFunction | | style | The function '_ctk_bookmarks_manager_get_xdg_type' should have static linkage since it is not used outside of its translation unit. |
589 | staticFunction | | style | The function '_ctk_bookmarks_manager_get_is_xdg_dir_builtin' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkcelllayout.c |
398 | staticFunction | | style | The function 'ctk_cell_layout_pack_end' should have static linkage since it is not used outside of its translation unit. |
418 | staticFunction | | style | The function 'ctk_cell_layout_clear' should have static linkage since it is not used outside of its translation unit. |
430 | constVariablePointer | 398 | style | Variable 'attribute' can be declared as pointer to const |
493 | staticFunction | | style | The function 'ctk_cell_layout_add_attribute' should have static linkage since it is not used outside of its translation unit. |
549 | staticFunction | | style | The function 'ctk_cell_layout_clear_attributes' should have static linkage since it is not used outside of its translation unit. |
572 | staticFunction | | style | The function 'ctk_cell_layout_reorder' should have static linkage since it is not used outside of its translation unit. |
951 | variableScope | 398 | style | The scope of the variable 'packing_data' can be reduced. |
ctk/ctkcomposetable.c |
153 | constVariablePointer | 398 | style | Variable 'end' can be declared as pointer to const |
157 | nullPointerRedundantCheck | 476 | warning | Either the condition 'start==NULL' is redundant or there is possible null pointer dereference: words[i]. |
759 | constVariablePointer | 398 | style | Variable 'list' can be declared as pointer to const |
797 | staticFunction | | style | The function 'ctk_compose_table_new_with_file' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkcssanimation.c |
80 | staticFunction | | style | The function 'ctk_css_animation_advance' should have static linkage since it is not used outside of its translation unit. |
214 | staticFunction | | style | The function '_ctk_css_animation_advance_with_play_state' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkcsscalcvalue.c |
314 | staticFunction | | style | The function 'ctk_css_calc_value_parse_value' should have static linkage since it is not used outside of its translation unit. |
343 | constParameterPointer | 398 | style | Parameter 'value' can be declared as pointer to const |
350 | staticFunction | | style | The function 'ctk_css_calc_value_parse_product' should have static linkage since it is not used outside of its translation unit. |
411 | staticFunction | | style | The function 'ctk_css_calc_value_parse_sum' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkcssenumvalue.c |
204 | staticFunction | | style | The function 'ctk_css_font_size_get_default_px' should have static linkage since it is not used outside of its translation unit. |
224 | constParameterCallback | 398 | style | Parameter 'value' can be declared as pointer to const. However it seems that 'ctk_css_value_font_size_compute' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). |
477 | constParameterCallback | 398 | style | Parameter 'start' can be declared as pointer to const. However it seems that 'ctk_css_value_font_weight_transition' is a callback function, if 'start' is declared with const you might also need to cast function pointer(s). |
478 | constParameterCallback | 398 | style | Parameter 'end' can be declared as pointer to const. However it seems that 'ctk_css_value_font_weight_transition' is a callback function, if 'end' is declared with const you might also need to cast function pointer(s). |
516 | staticFunction | | style | The function '_ctk_css_font_weight_value_new' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkcssimagevalue.c |
69 | constParameterCallback | 398 | style | Parameter 'start' can be declared as pointer to const. However it seems that 'ctk_css_value_image_transition' is a callback function, if 'start' is declared with const you might also need to cast function pointer(s). |
70 | constParameterCallback | 398 | style | Parameter 'end' can be declared as pointer to const. However it seems that 'ctk_css_value_image_transition' is a callback function, if 'end' is declared with const you might also need to cast function pointer(s). |
ctk/ctkcssnode.c |
111 | unusedStructMember | 563 | style | struct member '_CtkCssNodeStyleChange::old_style' is never used. |
112 | unusedStructMember | 563 | style | struct member '_CtkCssNodeStyleChange::new_style' is never used. |
290 | constVariablePointer | 398 | style | Variable 'provider' can be declared as pointer to const |
482 | staticFunction | | style | The function 'ctk_css_node_real_init_matcher' should have static linkage since it is not used outside of its translation unit. |
834 | staticFunction | | style | The function 'ctk_css_node_set_parent' should have static linkage since it is not used outside of its translation unit. |
895 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
901 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
901 | staticFunction | | style | The function 'ctk_css_node_get_first_child' should have static linkage since it is not used outside of its translation unit. |
907 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
913 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
919 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
981 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
1027 | staticFunction | | style | The function 'ctk_css_node_get_style' should have static linkage since it is not used outside of its translation unit. |
1101 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
1118 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
1124 | staticFunction | | style | The function 'ctk_css_node_set_widget_type' should have static linkage since it is not used outside of its translation unit. |
1135 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
1152 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
1158 | staticFunction | | style | The function 'ctk_css_node_set_state' should have static linkage since it is not used outside of its translation unit. |
1169 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
1182 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
1198 | staticFunction | | style | The function 'ctk_css_node_set_classes' should have static linkage since it is not used outside of its translation unit. |
1219 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
1219 | staticFunction | | style | The function 'ctk_css_node_get_classes' should have static linkage since it is not used outside of its translation unit. |
1238 | staticFunction | | style | The function 'ctk_css_node_add_class' should have static linkage since it is not used outside of its translation unit. |
1260 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
1267 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
1289 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
1297 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
1304 | constParameterPointer | 398 | style | Parameter 'cssnode' can be declared as pointer to const |
1310 | staticFunction | | style | The function 'ctk_css_node_invalidate_style_provider' should have static linkage since it is not used outside of its translation unit. |
1357 | staticFunction | | style | The function 'ctk_css_node_invalidate' should have static linkage since it is not used outside of its translation unit. |
1376 | staticFunction | | style | The function 'ctk_css_node_validate_internal' should have static linkage since it is not used outside of its translation unit. |
1432 | staticFunction | | style | The function 'ctk_css_node_get_style_provider' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkcssnodestylecache.c |
49 | staticFunction | | style | The function 'ctk_css_node_style_cache_ref' should have static linkage since it is not used outside of its translation unit. |
72 | constParameterPointer | 398 | style | Parameter 'cache' can be declared as pointer to const |
ctk/ctkcsspositionvalue.c |
161 | staticFunction | | style | The function '_ctk_css_position_value_new' should have static linkage since it is not used outside of its translation unit. |
262 | unreadVariable | 563 | style | Variable 'second' is assigned a value that is never used. |
ctk/ctkcssrepeatvalue.c |
163 | staticFunction | | style | The function '_ctk_css_background_repeat_value_new' should have static linkage since it is not used outside of its translation unit. |
257 | staticFunction | | style | The function '_ctk_css_border_repeat_value_new' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkcssstringvalue.c |
142 | staticFunction | | style | The function '_ctk_css_string_value_new_take' should have static linkage since it is not used outside of its translation unit. |
182 | staticFunction | | style | The function '_ctk_css_ident_value_new_take' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkcssstylechange.c |
51 | constParameterPointer | 398 | style | Parameter 'change' can be declared as pointer to const |
51 | staticFunction | | style | The function 'ctk_css_style_change_get_old_style' should have static linkage since it is not used outside of its translation unit. |
57 | constParameterPointer | 398 | style | Parameter 'change' can be declared as pointer to const |
104 | staticFunction | | style | The function 'ctk_css_style_change_changes_property' should have static linkage since it is not used outside of its translation unit. |
114 | staticFunction | | style | The function 'ctk_css_style_change_print' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkcsswin32sizevalue.c |
46 | unusedStructMember | 563 | style | struct member '_CtkCssValue::class' is never used. |
121 | constParameterCallback | 398 | style | Parameter 'value' can be declared as pointer to const. However it seems that 'ctk_css_value_win32_size_compute' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). |
ctk/ctkeditable.c |
87 | staticFunction | | style | The function 'ctk_editable_get_type' should have static linkage since it is not used outside of its translation unit. |
244 | staticFunction | | style | The function 'ctk_editable_delete_text' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkfilechooserembed.c |
123 | staticFunction | | style | The function '_ctk_file_chooser_embed_get_type' should have static linkage since it is not used outside of its translation unit. |
167 | staticFunction | | style | The function '_ctk_file_chooser_embed_get_default_size' should have static linkage since it is not used outside of its translation unit. |
179 | staticFunction | | style | The function '_ctk_file_chooser_embed_should_respond' should have static linkage since it is not used outside of its translation unit. |
187 | staticFunction | | style | The function '_ctk_file_chooser_embed_initial_focus' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkiconcache.c |
60 | staticFunction | | style | The function '_ctk_icon_cache_ref' should have static linkage since it is not used outside of its translation unit. |
67 | staticFunction | | style | The function '_ctk_icon_cache_unref' should have static linkage since it is not used outside of its translation unit. |
198 | constVariablePointer | 398 | style | Variable 'name' can be declared as pointer to const |
245 | constVariablePointer | 398 | style | Variable 'name' can be declared as pointer to const |
259 | constVariablePointer | 398 | style | Variable 'name' can be declared as pointer to const |
403 | constVariablePointer | 398 | style | Variable 'name' can be declared as pointer to const |
440 | constVariablePointer | 398 | style | Variable 'name' can be declared as pointer to const |
486 | unusedVariable | 563 | style | Unused variable: pixbuf |
ctk/ctkiconcachevalidator.c |
34 | constParameterPointer | 398 | style | Parameter 'info' can be declared as pointer to const |
51 | constParameterPointer | 398 | style | Parameter 'info' can be declared as pointer to const |
79 | constParameterPointer | 398 | style | Parameter 'info' can be declared as pointer to const |
105 | constParameterPointer | 398 | style | Parameter 'info' can be declared as pointer to const |
177 | constParameterPointer | 398 | style | Parameter 'info' can be declared as pointer to const |
ctk/ctkmodules.c |
173 | staticFunction | | style | The function '_ctk_find_module' should have static linkage since it is not used outside of its translation unit. |
241 | constParameterCallback | 398 | style | Parameter 'info' can be declared as pointer to const. However it seems that 'cmp_module' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). |
242 | constParameterCallback | 398 | style | Parameter 'module' can be declared as pointer to const. However it seems that 'cmp_module' is a callback function, if 'module' is declared with const you might also need to cast function pointer(s). |
312 | constVariablePointer | 398 | style | Variable 'temp' can be declared as pointer to const |
511 | constParameterPointer | 398 | style | Parameter 'argc' can be declared as pointer to const |
563 | staticFunction | | style | The function '_ctk_modules_settings_changed' should have static linkage since it is not used outside of its translation unit. |
584 | staticFunction | | style | The function '_ctk_module_has_mixed_deps' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkmountoperation-stub.c |
34 | constParameterPointer | 398 | style | Parameter 'display' can be declared as pointer to const |
40 | constParameterPointer | 398 | style | Parameter 'context' can be declared as pointer to const |
45 | constParameterPointer | 398 | style | Parameter 'context' can be declared as pointer to const |
ctk/ctkmountoperation-x11.c |
304 | constParameterPointer | 398 | style | Parameter 'argb_data' can be declared as pointer to const |
854 | knownConditionTrueFalse | 570 | style | Condition 'windowid_value!=NULL' is always false |
860 | nullPointerRedundantCheck | 476 | warning | Either the condition 'endp!=NULL' is redundant or there is possible null pointer dereference: endp. |
873 | knownConditionTrueFalse | 571 | style | Condition 'pid==0' is always true |
918 | knownConditionTrueFalse | 571 | style | Condition 'pid==0' is always true |
ctk/ctkprint-win32.c |
62 | staticFunction | | style | The function 'ctk_print_win32_devnames_to_win32' should have static linkage since it is not used outside of its translation unit. |
93 | unreadVariable | 563 | style | Variable 'i' is assigned a value that is never used. |
128 | staticFunction | | style | The function 'ctk_print_win32_devnames_from_printer_name' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkprintoperation-win32.c |
81 | staticFunction | | style | The function 'DECLARE_INTERFACE_' should have static linkage since it is not used outside of its translation unit. |
95 | staticFunction | | style | The function 'run_mainloop_hook' should have static linkage since it is not used outside of its translation unit. |
472 | staticFunction | | style | The function 'win32_start_page' should have static linkage since it is not used outside of its translation unit. |
1319 | unreadVariable | 563 | style | Variable 'callback' is assigned a value that is never used. |
1355 | constParameterCallback | 398 | style | Parameter 'This' can be declared as pointer to const. However it seems that 'iprintdialogcallback_initdone' is a callback function, if 'This' is declared with const you might also need to cast function pointer(s). |
1361 | constParameterCallback | 398 | style | Parameter 'This' can be declared as pointer to const. However it seems that 'iprintdialogcallback_selectionchange' is a callback function, if 'This' is declared with const you might also need to cast function pointer(s). |
1578 | staticFunction | | style | The function 'ctk_print_operation_run_without_dialog' should have static linkage since it is not used outside of its translation unit. |
1726 | staticFunction | | style | The function 'ctk_print_operation_run_with_dialog' should have static linkage since it is not used outside of its translation unit. |
2084 | constParameterPointer | 398 | style | Parameter 'op' can be declared as pointer to const |
2085 | constParameterPointer | 398 | style | Parameter 'page_setup' can be declared as pointer to const |
2086 | constParameterPointer | 398 | style | Parameter 'surface' can be declared as pointer to const |
2132 | uninitvar | 457 | error | Uninitialized variable: measure_system |
ctk/ctkprogresstracker.c |
61 | constParameterPointer | 398 | style | Parameter 'source' can be declared as pointer to const |
166 | constParameterPointer | 398 | style | Parameter 'tracker' can be declared as pointer to const |
186 | staticFunction | | style | The function 'ctk_progress_tracker_get_iteration' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkrbtree.c |
50 | constParameterPointer | 398 | style | Parameter 'node' can be declared as pointer to const |
615 | staticFunction | | style | The function '_ctk_rbtree_node_mark_invalid' should have static linkage since it is not used outside of its translation unit. |
659 | staticFunction | | style | The function '_ctk_rbtree_node_mark_valid' should have static linkage since it is not used outside of its translation unit. |
835 | constParameterPointer | 398 | style | Parameter 'new_order' can be declared as pointer to const |
907 | constParameterPointer | 398 | style | Parameter 'tree' can be declared as pointer to const |
935 | constVariablePointer | 398 | style | Variable 'last' can be declared as pointer to const |
970 | constVariablePointer | 398 | style | Variable 'last' can be declared as pointer to const |
1282 | constParameterPointer | 398 | style | Parameter 'tree' can be declared as pointer to const |
1311 | constParameterPointer | 398 | style | Parameter 'tree' can be declared as pointer to const |
1311 | staticFunction | | style | The function '_ctk_rbtree_prev' should have static linkage since it is not used outside of its translation unit. |
1448 | staticFunction | | style | The function '_ctk_rbtree_traverse' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkrecentchooser.c |
306 | staticFunction | | style | The function 'ctk_recent_chooser_set_show_private' should have static linkage since it is not used outside of its translation unit. |
327 | staticFunction | | style | The function 'ctk_recent_chooser_get_show_private' should have static linkage since it is not used outside of its translation unit. |
349 | staticFunction | | style | The function 'ctk_recent_chooser_set_show_not_found' should have static linkage since it is not used outside of its translation unit. |
370 | staticFunction | | style | The function 'ctk_recent_chooser_get_show_not_found' should have static linkage since it is not used outside of its translation unit. |
411 | staticFunction | | style | The function 'ctk_recent_chooser_get_show_icons' should have static linkage since it is not used outside of its translation unit. |
495 | staticFunction | | style | The function 'ctk_recent_chooser_get_local_only' should have static linkage since it is not used outside of its translation unit. |
581 | staticFunction | | style | The function 'ctk_recent_chooser_get_show_tips' should have static linkage since it is not used outside of its translation unit. |
595 | constVariablePointer | 398 | style | Variable 'pspec' can be declared as pointer to const |
999 | staticFunction | | style | The function 'ctk_recent_chooser_get_filter' should have static linkage since it is not used outside of its translation unit. |
1104 | constVariablePointer | 398 | style | Variable 'prev_action' can be declared as pointer to const |
ctk/ctkrecentchooserutils.c |
166 | staticFunction | | style | The function '_ctk_recent_chooser_delegate_get_quark' should have static linkage since it is not used outside of its translation unit. |
442 | constVariablePointer | 398 | style | Variable 'l' can be declared as pointer to const |
ctk/ctksearchengine.c |
272 | constParameterCallback | 398 | style | Parameter 'engine' can be declared as pointer to const. However it seems that 'finished' is a callback function, if 'engine' is declared with const you might also need to cast function pointer(s). |
290 | constParameterCallback | 398 | style | Parameter 'engine' can be declared as pointer to const. However it seems that 'error' is a callback function, if 'engine' is declared with const you might also need to cast function pointer(s). |
337 | staticFunction | | style | The function '_ctk_search_hit_dup' should have static linkage since it is not used outside of its translation unit. |
352 | staticFunction | | style | The function '_ctk_search_hit_free' should have static linkage since it is not used outside of its translation unit. |
424 | staticFunction | | style | The function '_ctk_search_engine_set_query' should have static linkage since it is not used outside of its translation unit. |
434 | staticFunction | | style | The function '_ctk_search_engine_start' should have static linkage since it is not used outside of its translation unit. |
443 | staticFunction | | style | The function '_ctk_search_engine_stop' should have static linkage since it is not used outside of its translation unit. |
452 | staticFunction | | style | The function '_ctk_search_engine_hits_added' should have static linkage since it is not used outside of its translation unit. |
461 | staticFunction | | style | The function '_ctk_search_engine_finished' should have static linkage since it is not used outside of its translation unit. |
470 | staticFunction | | style | The function '_ctk_search_engine_error' should have static linkage since it is not used outside of its translation unit. |
ctk/ctksizerequestcache.c |
29 | staticFunction | | style | The function '_ctk_size_request_cache_init' should have static linkage since it is not used outside of its translation unit. |
57 | staticFunction | | style | The function '_ctk_size_request_cache_free' should have static linkage since it is not used outside of its translation unit. |
224 | constVariablePointer | 398 | style | Variable 'result' can be declared as pointer to const |
262 | constVariablePointer | 398 | style | Variable 'result' can be declared as pointer to const |
ctk/ctkstock.c |
278 | staticFunction | | style | The function 'ctk_stock_item_copy' should have static linkage since it is not used outside of its translation unit. |
304 | staticFunction | | style | The function 'ctk_stock_item_free' should have static linkage since it is not used outside of its translation unit. |
496 | staticFunction | | style | The function 'ctk_stock_set_translate_func' should have static linkage since it is not used outside of its translation unit. |
ctk/ctktextbufferrichtext.c |
73 | staticFunction | | style | The function 'ctk_text_buffer_register_serialize_format' should have static linkage since it is not used outside of its translation unit. |
171 | staticFunction | | style | The function 'ctk_text_buffer_register_deserialize_format' should have static linkage since it is not used outside of its translation unit. |
776 | constVariablePointer | 398 | style | Variable 'format' can be declared as pointer to const |
ctk/ctktextmark.c |
197 | constVariablePointer | 398 | style | Variable 'mark' can be declared as pointer to const |
282 | constParameterPointer | 398 | style | Parameter 'mark' can be declared as pointer to const |
300 | constParameterPointer | 398 | style | Parameter 'mark' can be declared as pointer to const |
300 | staticFunction | | style | The function 'ctk_text_mark_get_name' should have static linkage since it is not used outside of its translation unit. |
367 | staticFunction | | style | The function 'ctk_text_mark_get_left_gravity' should have static linkage since it is not used outside of its translation unit. |
369 | constVariablePointer | 398 | style | Variable 'seg' can be declared as pointer to const |
533 | constParameterPointer | 398 | style | Parameter 'seg' can be declared as pointer to const |
534 | constParameterPointer | 398 | style | Parameter 'line' can be declared as pointer to const |
ctk/ctktextsegment.c |
122 | knownConditionTrueFalse | 571 | style | Condition 'count!=seg->byte_count' is always true |
191 | staticFunction | | style | The function '_ctk_char_segment_new' should have static linkage since it is not used outside of its translation unit. |
213 | staticFunction | | style | The function '_ctk_char_segment_new_from_two_strings' should have static linkage since it is not used outside of its translation unit. |
458 | staticFunction | | style | The function '_ctk_toggle_segment_free' should have static linkage since it is not used outside of its translation unit. |
ctk/ctktreedatalist.c |
28 | staticFunction | | style | The function '_ctk_tree_data_list_alloc' should have static linkage since it is not used outside of its translation unit. |
320 | staticFunction | | style | The function '_ctk_tree_data_list_compare_func' should have static linkage since it is not used outside of its translation unit. |
554 | unreadVariable | 563 | style | Variable 'list' is assigned a value that is never used. |
ctk/ctktreednd.c |
48 | staticFunction | | style | The function 'ctk_tree_drag_source_get_type' should have static linkage since it is not used outside of its translation unit. |
71 | staticFunction | | style | The function 'ctk_tree_drag_dest_get_type' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkutils.c |
60 | variableScope | 398 | style | The scope of the variable 'tmp' can be reduced. |
60 | variableScope | 398 | style | The scope of the variable 'tmp2' can be reduced. |
198 | staticFunction | | style | The function 'ctk_trim_string' should have static linkage since it is not used outside of its translation unit. |
ctk/ctkwin32embed.c |
33 | staticFunction | | style | The function '_ctk_win32_embed_message_type' should have static linkage since it is not used outside of its translation unit. |
49 | constParameterPointer | 398 | style | Parameter 'msg' can be declared as pointer to const |
69 | staticFunction | | style | The function '_ctk_win32_embed_send' should have static linkage since it is not used outside of its translation unit. |
96 | constVariablePointer | 398 | style | Variable 'msg' can be declared as pointer to const |
124 | constVariablePointer | 398 | style | Variable 'msg' can be declared as pointer to const |
ctk/deprecated/ctkarrow.c |
215 | unreadVariable | 563 | style | Variable '_ctk_misc_get_padding_and_border' is assigned a value that is never used. |
218 | shadowArgument | 398 | style | Local variable 'minimum_size' shadows outer argument |
218 | constVariablePointer | 398 | style | Variable 'minimum_size' can be declared as pointer to const |
218 | unreadVariable | 563 | style | Variable 'minimum_size' is assigned a value that is never used. |
230 | unreadVariable | 563 | style | Variable '_ctk_misc_get_padding_and_border' is assigned a value that is never used. |
233 | shadowArgument | 398 | style | Local variable 'minimum_size' shadows outer argument |
233 | constVariablePointer | 398 | style | Variable 'minimum_size' can be declared as pointer to const |
233 | unreadVariable | 563 | style | Variable 'minimum_size' is assigned a value that is never used. |
276 | staticFunction | | style | The function 'ctk_arrow_set' should have static linkage since it is not used outside of its translation unit. |
318 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const |
321 | unusedVariable | 563 | style | Unused variable: width |
ctk/emoji/convert-emoji.c |
25 | staticFunction | | style | The function 'parse_code' should have static linkage since it is not used outside of its translation unit. |
72 | unusedVariable | 563 | style | Unused variable: s |
128 | shadowVariable | 398 | style | Local variable 'node' shadows outer variable |
131 | shadowVariable | 398 | style | Local variable 'name' shadows outer variable |
134 | unusedVariable | 563 | style | Unused variable: j |
135 | unusedVariable | 563 | style | Unused variable: skip |
ctk/gdkpixbufutils.c |
75 | constVariablePointer | 398 | style | Variable 'scale' can be declared as pointer to const |
88 | staticFunction | | style | The function '_gdk_pixbuf_new_from_stream_scaled' should have static linkage since it is not used outside of its translation unit. |
ctk/inspector/inspect-button.c |
336 | constVariablePointer | 398 | style | Variable 'ke' can be declared as pointer to const |
392 | constParameterCallback | 398 | style | Parameter 'iw' can be declared as pointer to const. However it seems that 'draw_flash' is a callback function, if 'iw' is declared with const you might also need to cast function pointer(s). |
ctk/inspector/prop-editor.c |
525 | constVariablePointer | 398 | style | Variable 'eclass' can be declared as pointer to const |
793 | constVariablePointer | 398 | style | Variable 'color' can be declared as pointer to const |
861 | variableScope | 398 | style | The scope of the variable 'msg' can be reduced. |
1535 | unusedStructMember | 563 | style | struct member '_GSettingsSchemaKey::strinfo' is never used. |
1538 | unusedStructMember | 563 | style | struct member '_GSettingsSchemaKey::unparsed' is never used. |
1541 | unusedStructMember | 563 | style | struct member '_GSettingsSchemaKey::type' is never used. |
ctk/paper_names.c |
12 | unusedStructMember | 563 | style | struct member 'PaperInfo::name' is never used. |
13 | unusedStructMember | 563 | style | struct member 'PaperInfo::size' is never used. |
14 | unusedStructMember | 563 | style | struct member 'PaperInfo::display_name' is never used. |
15 | unusedStructMember | 563 | style | struct member 'PaperInfo::ppd_name' is never used. |
ctk/paper_names_offsets.c |
605 | unusedStructMember | 563 | style | struct member 'PaperInfo::name' is never used. |
606 | unusedStructMember | 563 | style | struct member 'PaperInfo::width' is never used. |
607 | unusedStructMember | 563 | style | struct member 'PaperInfo::height' is never used. |
608 | unusedStructMember | 563 | style | struct member 'PaperInfo::display_name' is never used. |
609 | unusedStructMember | 563 | style | struct member 'PaperInfo::ppd_name' is never used. |
798 | unusedStructMember | 563 | style | struct member 'Anonymous0::ppd_name' is never used. |
799 | unusedStructMember | 563 | style | struct member 'Anonymous0::standard_name' is never used. |
ctk/updateiconcache.c |
315 | constVariablePointer | 398 | style | Variable 'close' can be declared as pointer to const |
685 | knownConditionTrueFalse | 571 | style | Condition 'subdir' is always true |
1023 | unreadVariable | 563 | style | Variable 'poolv' is assigned a value that is never used. |
1328 | constVariablePointer | 398 | style | Variable 'dir' can be declared as pointer to const |
demos/ctk-demo/changedisplay.c |
206 | constVariablePointer | 398 | style | Variable 'result' can be declared as pointer to const |
339 | staticFunction | | style | The function 'left_align_button_new' should have static linkage since it is not used outside of its translation unit. |
353 | staticFunction | | style | The function 'create_display_frame' should have static linkage since it is not used outside of its translation unit. |
395 | constParameterCallback | 398 | style | Parameter 'display' can be declared as pointer to const. However it seems that 'display_closed_cb' is a callback function, if 'display' is declared with const you might also need to cast function pointer(s). |
demos/ctk-demo/clipboard.c |
17 | staticFunction | | style | The function 'copy_button_clicked' should have static linkage since it is not used outside of its translation unit. |
34 | staticFunction | | style | The function 'paste_received' should have static linkage since it is not used outside of its translation unit. |
48 | staticFunction | | style | The function 'paste_button_clicked' should have static linkage since it is not used outside of its translation unit. |
demos/ctk-demo/event_axes.c |
164 | duplicateConditionalAssign | 398 | style | The statement 'if (info->last_source!=source_device) info->last_source=source_device' is logically equivalent to 'info->last_source=source_device'. |
167 | duplicateConditionalAssign | 398 | style | The statement 'if (info->last_tool!=tool) info->last_tool=tool' is logically equivalent to 'info->last_tool=tool'. |
demos/ctk-demo/fishbowl.c |
58 | staticFunction | | style | The function 'create_icon' should have static linkage since it is not used outside of its translation unit. |
193 | staticFunction | | style | The function 'next_button_clicked_cb' should have static linkage since it is not used outside of its translation unit. |
208 | staticFunction | | style | The function 'prev_button_clicked_cb' should have static linkage since it is not used outside of its translation unit. |
demos/ctk-demo/font_features.c |
45 | shadowVariable | 398 | style | Local variable 'text' shadows outer variable |
448 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'entry_key_press' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
demos/ctk-demo/gestures.c |
18 | constParameterCallback | 398 | style | Parameter 'sequence' can be declared as pointer to const. However it seems that 'touchpad_swipe_gesture_begin' is a callback function, if 'sequence' is declared with const you might also need to cast function pointer(s). |
demos/ctk-demo/hypertext.c |
109 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'key_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
144 | constVariablePointer | 398 | style | Variable 'event' can be declared as pointer to const |
155 | constVariablePointer | 398 | style | Variable 'event' can be declared as pointer to const |
demos/ctk-demo/offscreen_window.c |
178 | staticFunction | | style | The function 'ctk_rotated_bin_new' should have static linkage since it is not used outside of its translation unit. |
272 | unreadVariable | 563 | style | Variable 'child_requisition.width' is assigned a value that is never used. |
272 | unreadVariable | 563 | style | Variable 'child_requisition.height' is assigned a value that is never used. |
310 | constVariablePointer | 398 | style | Variable 'bin' can be declared as pointer to const |
369 | staticFunction | | style | The function 'ctk_rotated_bin_set_angle' should have static linkage since it is not used outside of its translation unit. |
demos/ctk-demo/offscreen_window2.c |
117 | staticFunction | | style | The function 'ctk_mirror_bin_new' should have static linkage since it is not used outside of its translation unit. |
211 | unreadVariable | 563 | style | Variable 'child_requisition.width' is assigned a value that is never used. |
211 | unreadVariable | 563 | style | Variable 'child_requisition.height' is assigned a value that is never used. |
249 | constVariablePointer | 398 | style | Variable 'bin' can be declared as pointer to const |
demos/ctk-demo/rotated_text.c |
51 | staticFunction | | style | The function 'create_fancy_attr_list_for_layout' should have static linkage since it is not used outside of its translation unit. |
149 | shadowVariable | 398 | style | Local variable 'width' shadows outer variable |
149 | shadowVariable | 398 | style | Local variable 'height' shadows outer variable |
examples/builder.c |
4 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'print_hello' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
libcail-util/cailmisc.c |
62 | constParameterPointer | 398 | style | Parameter 'char_rect' can be declared as pointer to const |
168 | staticFunction | | style | The function 'cail_misc_add_attribute' should have static linkage since it is not used outside of its translation unit. |
543 | staticFunction | | style | The function 'cail_misc_get_origins' should have static linkage since it is not used outside of its translation unit. |
modules/input/ctkimcontextime.c |
203 | constVariablePointer | 398 | style | Variable 'context_ime' can be declared as pointer to const |
728 | constParameterCallback | 398 | style | Parameter 'area' can be declared as pointer to const. However it seems that 'ctk_im_context_ime_set_cursor_location' is a callback function, if 'area' is declared with const you might also need to cast function pointer(s). |
921 | constVariablePointer | 398 | style | Variable 'msg' can be declared as pointer to const |
1040 | constVariablePointer | 398 | style | Variable 'toplevel' can be declared as pointer to const |
modules/input/ctkimcontextthai.c |
92 | constParameterPointer | 398 | style | Parameter 'context_thai' can be declared as pointer to const |
92 | staticFunction | | style | The function 'ctk_im_context_thai_get_isc_mode' should have static linkage since it is not used outside of its translation unit. |
modules/input/ctkimcontextxim.c |
423 | constVariablePointer | 398 | style | Variable 'tmp_list' can be declared as pointer to const |
441 | selfAssignment | 398 | style | Redundant assignment of 'tmp_info' to itself. |
441 | unreadVariable | 563 | style | Variable 'tmp_info' is assigned a value that is never used. |
448 | knownConditionTrueFalse | 571 | style | Condition 'info==NULL' is always true |
772 | constParameterCallback | 398 | style | Parameter 'area' can be declared as pointer to const. However it seems that 'ctk_im_context_xim_set_cursor_location' is a callback function, if 'area' is declared with const you might also need to cast function pointer(s). |
967 | constVariablePointer | 398 | style | Variable 'context_xim' can be declared as pointer to const |
1630 | unusedVariable | 563 | style | Unused variable: height |
1635 | shadowVariable | 398 | style | Local variable 'height' shadows outer variable |
1638 | unreadVariable | 563 | style | Variable 'cdk_window_get_frame_extents' is assigned a value that is never used. |
modules/input/imbroadway.c |
115 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'ctk_im_context_broadway_init' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
modules/input/imcedilla.c |
73 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'cedilla_class_init' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
modules/input/iminuktitut.c |
108 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'inuktitut_class_init' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
modules/input/imwayland.c |
149 | shadowVariable | 398 | style | Local variable 'global' shadows outer variable |
195 | shadowVariable | 398 | style | Local variable 'global' shadows outer variable |
224 | shadowVariable | 398 | style | Local variable 'global' shadows outer variable |
261 | shadowVariable | 398 | style | Local variable 'global' shadows outer variable |
695 | variableScope | 398 | style | The scope of the variable 'global' can be reduced. |
695 | shadowVariable | 398 | style | Local variable 'global' shadows outer variable |
718 | shadowVariable | 398 | style | Local variable 'global' shadows outer variable |
786 | constParameterCallback | 398 | style | Parameter 'rect' can be declared as pointer to const. However it seems that 'ctk_im_context_wayland_set_cursor_location' is a callback function, if 'rect' is declared with const you might also need to cast function pointer(s). |
modules/input/imwaylandctk.c |
118 | shadowVariable | 398 | style | Local variable 'global' shadows outer variable |
174 | shadowVariable | 398 | style | Local variable 'global' shadows outer variable |
186 | shadowVariable | 398 | style | Local variable 'global' shadows outer variable |
207 | variableScope | 398 | style | The scope of the variable 'global' can be reduced. |
207 | shadowVariable | 398 | style | Local variable 'global' shadows outer variable |
229 | shadowVariable | 398 | style | Local variable 'global' shadows outer variable |
381 | constParameterPointer | 398 | style | Parameter 'context' can be declared as pointer to const |
551 | constParameterCallback | 398 | style | Parameter 'context' can be declared as pointer to const. However it seems that 'ctk_im_context_wayland_focus_out' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). |
570 | constParameterCallback | 398 | style | Parameter 'rect' can be declared as pointer to const. However it seems that 'ctk_im_context_wayland_set_cursor_location' is a callback function, if 'rect' is declared with const you might also need to cast function pointer(s). |
modules/printbackends/cups/ctkprintercups.c |
72 | staticFunction | | style | The function 'ctk_printer_cups_get_type' should have static linkage since it is not used outside of its translation unit. |
376 | constVariablePointer | 398 | style | Variable 'option' can be declared as pointer to const |
638 | constParameterPointer | 398 | style | Parameter 'printer' can be declared as pointer to const |
modules/printbackends/file/ctkprintbackendfile.c |
147 | staticFunction | | style | The function 'ctk_print_backend_file_get_type' should have static linkage since it is not used outside of its translation unit. |
162 | staticFunction | | style | The function 'ctk_print_backend_file_new' should have static linkage since it is not used outside of its translation unit. |
560 | constVariablePointer | 398 | style | Variable 'format_option' can be declared as pointer to const |
570 | knownConditionTrueFalse | 571 | style | Condition 'value' is always true |
868 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'file_printer_get_default_page_size' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
modules/printbackends/papi/ctkprintbackendpapi.c |
64 | unusedStructMember | 563 | style | struct member '_PrinterStatus::printer' is never used. |
148 | staticFunction | | style | The function 'ctk_print_backend_papi_get_type' should have static linkage since it is not used outside of its translation unit. |
163 | staticFunction | | style | The function 'ctk_print_backend_papi_new' should have static linkage since it is not used outside of its translation unit. |
343 | constVariablePointer | 398 | style | Variable 'print_error' can be declared as pointer to const |
343 | unreadVariable | 563 | style | Variable 'print_error' is assigned a value that is never used. |
358 | unreadVariable | 563 | style | Variable 'title' is assigned a value that is never used. |
473 | staticFunction | | style | The function 'get_all_list' should have static linkage since it is not used outside of its translation unit. |
708 | constVariablePointer | 398 | style | Variable 'ppd_paper_name' can be declared as pointer to const |
728 | unreadVariable | 563 | style | Variable 'ppd_paper_name' is assigned a value that is never used. |
743 | constParameterPointer | 398 | style | Parameter 'printer_uri' can be declared as pointer to const |
775 | unreadVariable | 563 | style | Variable 'count' is assigned a value that is never used. |
834 | constParameterCallback | 398 | style | Parameter 'printer' can be declared as pointer to const. However it seems that 'papi_printer_get_capabilities' is a callback function, if 'printer' is declared with const you might also need to cast function pointer(s). |
modules/printbackends/test/ctkprintbackendtest.c |
145 | staticFunction | | style | The function 'ctk_print_backend_test_get_type' should have static linkage since it is not used outside of its translation unit. |
160 | staticFunction | | style | The function 'ctk_print_backend_test_new' should have static linkage since it is not used outside of its translation unit. |
406 | constVariablePointer | 398 | style | Variable 'printer' can be declared as pointer to const |
495 | unreadVariable | 563 | style | Variable 'format' is assigned a value that is never used. |
510 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'test_printer_get_settings_from_options' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
511 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'test_printer_get_settings_from_options' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
512 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'test_printer_get_settings_from_options' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/ctkoffscreenbox.c |
324 | unreadVariable | 563 | style | Variable 'child_requisition.width' is assigned a value that is never used. |
324 | unreadVariable | 563 | style | Variable 'child_requisition.height' is assigned a value that is never used. |
603 | unreadVariable | 563 | style | Variable 'start_y' is assigned a value that is never used. |
tests/frame-stats.c |
133 | staticFunction | | style | The function 'on_window_realize' should have static linkage since it is not used outside of its translation unit. |
142 | staticFunction | | style | The function 'on_window_unrealize' should have static linkage since it is not used outside of its translation unit. |
tests/motion-compression.c |
9 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'on_motion_notify' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
tests/print-editor.c |
869 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'mark_set_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/testactions.c |
90 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'show_accel_dialog' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
438 | shadowVariable | 398 | style | Local variable 'action' shadows outer variable |
tests/testassistant.c |
103 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'apply_callback' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
331 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'select_branch' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/testcalendar.c |
40 | unusedStructMember | 563 | style | struct member '_CalendarData::month' is never used. |
248 | staticFunction | | style | The function 'calendar_select_font' should have static linkage since it is not used outside of its translation unit. |
322 | negativeIndex | 786 | error | Array 'rainbow[7]' accessed at index -1, which is out of bounds. |
tests/testclipboard.c |
66 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'on_owner_change' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
130 | unreadVariable | 563 | style | Variable 'clipboard' is assigned a value that is never used. |
tests/testcombo.c |
35 | constVariablePointer | 398 | style | Variable 'pixels' can be declared as pointer to const |
44 | unreadVariable | 563 | style | Variable 'pixels' is assigned a value that is never used. |
1011 | constVariablePointer | 398 | style | Variable 'indices' can be declared as pointer to const |
tests/testctk.c |
51 | staticFunction | | style | The function 'file_exists' should have static linkage since it is not used outside of its translation unit. |
92 | unusedStructMember | 563 | style | struct member 'sTreeButtons::add_button' is never used. |
93 | unusedStructMember | 563 | style | struct member 'sTreeButtons::remove_button' is never used. |
94 | unusedStructMember | 563 | style | struct member 'sTreeButtons::subtree_button' is never used. |
263 | staticFunction | | style | The function 'create_alpha_window' should have static linkage since it is not used outside of its translation unit. |
382 | staticFunction | | style | The function 'create_composited_window' should have static linkage since it is not used outside of its translation unit. |
657 | constVariable | 398 | style | Variable 'button_y' can be declared as const array |
1351 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'statusbar_popped' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
1445 | redundantAssignment | 563 | style | Variable 'button' is reassigned a value before the old one has been used. |
1453 | redundantAssignment | 563 | style | Variable 'button' is reassigned a value before the old one has been used. |
1461 | redundantAssignment | 563 | style | Variable 'button' is reassigned a value before the old one has been used. |
1476 | redundantAssignment | 563 | style | Variable 'button' is reassigned a value before the old one has been used. |
1505 | staticFunction | | style | The function 'create_alpha_widgets' should have static linkage since it is not used outside of its translation unit. |
1730 | staticFunction | | style | The function 'create_labels' should have static linkage since it is not used outside of its translation unit. |
2018 | shadowVariable | 398 | style | Local variable 'width' shadows outer variable |
2018 | shadowVariable | 398 | style | Local variable 'height' shadows outer variable |
2820 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'list_filter_all_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
3483 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'cmw_destroy_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
4047 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'event_box_label_pressed' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
4048 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'event_box_label_pressed' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
4055 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'event_box_button_clicked' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
4056 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'event_box_button_clicked' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
4888 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'cursor_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
4952 | constParameterCallback | 398 | style | Parameter 'widget' can be declared as pointer to const. However it seems that 'change_cursor_theme' is a callback function, if 'widget' is declared with const you might also need to cast function pointer(s). |
5131 | staticFunction | | style | The function 'create_color_selection' should have static linkage since it is not used outside of its translation unit. |
5171 | staticFunction | | style | The function 'flipping_toggled_cb' should have static linkage since it is not used outside of its translation unit. |
5209 | staticFunction | | style | The function 'flipping_orientation_toggled_cb' should have static linkage since it is not used outside of its translation unit. |
5254 | staticFunction | | style | The function 'create_flipping' should have static linkage since it is not used outside of its translation unit. |
5424 | staticFunction | | style | The function 'create_font_selection' should have static linkage since it is not used outside of its translation unit. |
5612 | staticFunction | | style | The function 'screen_display_destroy_diag' should have static linkage since it is not used outside of its translation unit. |
5619 | staticFunction | | style | The function 'create_display_screen' should have static linkage since it is not used outside of its translation unit. |
6401 | staticFunction | | style | The function 'create_panes' should have static linkage since it is not used outside of its translation unit. |
6895 | constVariablePointer | 398 | style | Variable 'p' can be declared as pointer to const |
6910 | staticFunction | | style | The function 'shape_create_icon' should have static linkage since it is not used outside of its translation unit. |
6987 | staticFunction | | style | The function 'create_shapes' should have static linkage since it is not used outside of its translation unit. |
7089 | staticFunction | | style | The function 'create_wmhints' should have static linkage since it is not used outside of its translation unit. |
7179 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'window_state_callback' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
7287 | staticFunction | | style | The function 'keep_window_above' should have static linkage since it is not used outside of its translation unit. |
7299 | staticFunction | | style | The function 'keep_window_below' should have static linkage since it is not used outside of its translation unit. |
7408 | staticFunction | | style | The function 'create_window_states' should have static linkage since it is not used outside of its translation unit. |
8080 | staticFunction | | style | The function 'create_window_sizing' should have static linkage since it is not used outside of its translation unit. |
8262 | staticFunction | | style | The function 'create_progress_bar' should have static linkage since it is not used outside of its translation unit. |
8734 | staticFunction | | style | The function 'selection_test_received' should have static linkage since it is not used outside of its translation unit. |
8783 | staticFunction | | style | The function 'selection_test_get_targets' should have static linkage since it is not used outside of its translation unit. |
8801 | staticFunction | | style | The function 'create_selection_test' should have static linkage since it is not used outside of its translation unit. |
8912 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'scroll_test_scroll' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
8960 | staticFunction | | style | The function 'create_scroll_test' should have static linkage since it is not used outside of its translation unit. |
9056 | staticFunction | | style | The function 'timeout_test' should have static linkage since it is not used outside of its translation unit. |
9068 | staticFunction | | style | The function 'start_timeout_test' should have static linkage since it is not used outside of its translation unit. |
9078 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'stop_timeout_test' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
9078 | staticFunction | | style | The function 'stop_timeout_test' should have static linkage since it is not used outside of its translation unit. |
9089 | staticFunction | | style | The function 'destroy_timeout_test' should have static linkage since it is not used outside of its translation unit. |
9098 | staticFunction | | style | The function 'create_timeout_test' should have static linkage since it is not used outside of its translation unit. |
9165 | staticFunction | | style | The function 'mainloop_destroyed' should have static linkage since it is not used outside of its translation unit. |
9173 | staticFunction | | style | The function 'create_mainloop' should have static linkage since it is not used outside of its translation unit. |
9612 | staticFunction | | style | The function 'create_native_dialogs' should have static linkage since it is not used outside of its translation unit. |
9799 | staticFunction | | style | The function 'create_main_window' should have static linkage since it is not used outside of its translation unit. |
9930 | constParameterPointer | 398 | style | Parameter 'name' can be declared as pointer to const |
9930 | staticFunction | | style | The function 'do_real_bench' should have static linkage since it is not used outside of its translation unit. |
9964 | staticFunction | | style | The function 'do_bench' should have static linkage since it is not used outside of its translation unit. |
10060 | constVariablePointer | 398 | style | Variable 'count' can be declared as pointer to const |
tests/testdnd.c |
306 | staticFunction | | style | The function 'target_drag_leave' should have static linkage since it is not used outside of its translation unit. |
316 | staticFunction | | style | The function 'target_drag_motion' should have static linkage since it is not used outside of its translation unit. |
352 | staticFunction | | style | The function 'target_drag_drop' should have static linkage since it is not used outside of its translation unit. |
375 | staticFunction | | style | The function 'target_drag_data_received' should have static linkage since it is not used outside of its translation unit. |
395 | staticFunction | | style | The function 'label_drag_data_received' should have static linkage since it is not used outside of its translation unit. |
415 | staticFunction | | style | The function 'source_drag_data_get' should have static linkage since it is not used outside of its translation unit. |
442 | staticFunction | | style | The function 'popdown_cb' should have static linkage since it is not used outside of its translation unit. |
453 | staticFunction | | style | The function 'popup_motion' should have static linkage since it is not used outside of its translation unit. |
474 | staticFunction | | style | The function 'popup_leave' should have static linkage since it is not used outside of its translation unit. |
490 | staticFunction | | style | The function 'popup_cb' should have static linkage since it is not used outside of its translation unit. |
542 | staticFunction | | style | The function 'popsite_motion' should have static linkage since it is not used outside of its translation unit. |
555 | staticFunction | | style | The function 'popsite_leave' should have static linkage since it is not used outside of its translation unit. |
567 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'source_drag_data_delete' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
567 | staticFunction | | style | The function 'source_drag_data_delete' should have static linkage since it is not used outside of its translation unit. |
568 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'source_drag_data_delete' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/testentrycompletion.c |
58 | staticFunction | | style | The function 'create_simple_completion_model' should have static linkage since it is not used outside of its translation unit. |
273 | staticFunction | | style | The function 'match_selected_cb' should have static linkage since it is not used outside of its translation unit. |
tests/testexpander.c |
20 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'response_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/testfilechooser.c |
116 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'filter_changed' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
130 | constParameterCallback | 398 | style | Parameter 'data' can be declared as pointer to const. However it seems that 'size_prepared_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). |
130 | constParameterPointer | 398 | style | Parameter 'data' can be declared as pointer to const |
156 | unusedVariable | 563 | style | Unused variable: info |
tests/testflowbox.c |
380 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'on_selected_children_changed' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/testgeometry.c |
30 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'on_window_destroy' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/testgmenu.c |
358 | shadowVariable | 398 | style | Local variable 'actions' shadows outer variable |
610 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'on_delete_event' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
611 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'on_delete_event' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/testiconview-keynav.c |
81 | staticFunction | | style | The function 'get_filter_model' should have static linkage since it is not used outside of its translation unit. |
113 | constParameterCallback | 398 | style | Parameter 'view' can be declared as pointer to const. However it seems that 'keynav_failed' is a callback function, if 'view' is declared with const you might also need to cast function pointer(s). |
tests/testiconview.c |
264 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'selection_changed' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/testinput.c |
209 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'key_press_event' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
210 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'key_press_event' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
tests/testlevelbar.c |
59 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'window_delete_event' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
60 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'window_delete_event' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/testmultidisplay.c |
32 | staticFunction | | style | The function 'get_screen_response' should have static linkage since it is not used outside of its translation unit. |
43 | staticFunction | | style | The function 'entry_dialog_response' should have static linkage since it is not used outside of its translation unit. |
54 | staticFunction | | style | The function 'make_selection_dialog' should have static linkage since it is not used outside of its translation unit. |
tests/testoverlay.c |
177 | shadowVariable | 398 | style | Local variable 'buffer' shadows outer variable |
296 | constParameterCallback | 398 | style | Parameter 'event' can be declared as pointer to const. However it seems that 'on_enter' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). |
317 | shadowVariable | 398 | style | Local variable 'buffer' shadows outer variable |
tests/testpixbuf-save.c |
31 | constVariablePointer | 398 | style | Variable 'p1' can be declared as pointer to const |
31 | constVariablePointer | 398 | style | Variable 'p2' can be declared as pointer to const |
108 | constParameterCallback | 398 | style | Parameter 'evt' can be declared as pointer to const. However it seems that 'keypress_check' is a callback function, if 'evt' is declared with const you might also need to cast function pointer(s). |
305 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'close_app' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/testpixbuf-scale.c |
13 | staticFunction | | style | The function 'set_interp_type' should have static linkage since it is not used outside of its translation unit. |
16 | constVariable | 398 | style | Variable 'types' can be declared as const array |
26 | staticFunction | | style | The function 'overall_changed_cb' should have static linkage since it is not used outside of its translation unit. |
tests/testpopupat.c |
4 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'destroy_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
5 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'destroy_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/testrecentchooser.c |
63 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'response_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
76 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'filter_changed' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/testrichtext.c |
32 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'delete_event' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
33 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'delete_event' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/testselection.c |
139 | staticFunction | | style | The function 'selection_toggled' should have static linkage since it is not used outside of its translation unit. |
162 | staticFunction | | style | The function 'selection_get' should have static linkage since it is not used outside of its translation unit. |
198 | staticFunction | | style | The function 'selection_clear' should have static linkage since it is not used outside of its translation unit. |
208 | staticFunction | | style | The function 'stringify_atom' should have static linkage since it is not used outside of its translation unit. |
217 | staticFunction | | style | The function 'stringify_text' should have static linkage since it is not used outside of its translation unit. |
226 | constParameterPointer | 398 | style | Parameter 'data' can be declared as pointer to const |
226 | staticFunction | | style | The function 'stringify_xid' should have static linkage since it is not used outside of its translation unit. |
240 | constParameterPointer | 398 | style | Parameter 'data' can be declared as pointer to const |
240 | staticFunction | | style | The function 'stringify_integer' should have static linkage since it is not used outside of its translation unit. |
254 | constParameterPointer | 398 | style | Parameter 'data' can be declared as pointer to const |
254 | staticFunction | | style | The function 'stringify_span' should have static linkage since it is not used outside of its translation unit. |
269 | staticFunction | | style | The function 'selection_received' should have static linkage since it is not used outside of its translation unit. |
360 | staticFunction | | style | The function 'paste' should have static linkage since it is not used outside of its translation unit. |
tests/testsocket.c |
129 | staticFunction | | style | The function 'remove_child' should have static linkage since it is not used outside of its translation unit. |
186 | staticFunction | | style | The function 'add_child' should have static linkage since it is not used outside of its translation unit. |
227 | staticFunction | | style | The function 'add_active_child' should have static linkage since it is not used outside of its translation unit. |
233 | staticFunction | | style | The function 'add_passive_child' should have static linkage since it is not used outside of its translation unit. |
239 | staticFunction | | style | The function 'add_local_active_child' should have static linkage since it is not used outside of its translation unit. |
251 | staticFunction | | style | The function 'add_local_passive_child' should have static linkage since it is not used outside of its translation unit. |
tests/testsocket_common.c |
36 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'print_hello' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
277 | syntaxError | | error | syntax error |
tests/testspinbutton.c |
24 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'on_delete_event' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
25 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'on_delete_event' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
tests/testthreads.c |
37 | staticFunction | | style | The function 'close_cb' should have static linkage since it is not used outside of its translation unit. |
43 | staticFunction | | style | The function 'delete_cb' should have static linkage since it is not used outside of its translation unit. |
50 | staticFunction | | style | The function 'counter' should have static linkage since it is not used outside of its translation unit. |
tests/testtreeview.c |
146 | shadowVariable | 398 | style | Local variable 'column_types' shadows outer variable |
636 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'on_row_activated' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
636 | staticFunction | | style | The function 'on_row_activated' should have static linkage since it is not used outside of its translation unit. |
637 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'on_row_activated' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
638 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'on_row_activated' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
796 | staticFunction | | style | The function 'ctk_tree_model_types_get_type' should have static linkage since it is not used outside of its translation unit. |
testsuite/ctk/cssprovider.c |
4 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'assert_section_is_not_null' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
5 | constParameterCallback | 398 | style | Parameter 'section' can be declared as pointer to const. However it seems that 'assert_section_is_not_null' is a callback function, if 'section' is declared with const you might also need to cast function pointer(s). |
testsuite/reftests/frame-inhibitor.c |
28 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'tick_callback_for_1_frame' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
29 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'tick_callback_for_1_frame' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). |
38 | staticFunction | | style | The function 'inhibit_for_1_frame' should have static linkage since it is not used outside of its translation unit. |
60 | staticFunction | | style | The function 'inhibit_for_2_frames' should have static linkage since it is not used outside of its translation unit. |