LineIdCWESeverityMessageTimestamp
checkersReportinformationActive checkers: There was critical errors (use --checkers-report=<filename> to see details)Wed Feb 25 09:49:23 2026
accessx-status/applet.c
49unusedStructMember563stylestruct member 'ModifierStruct::icon_name' is never used.Wed Feb 25 09:49:23 2026
143variableScope398styleThe scope of the variable 'launch_context' can be reduced.Wed Feb 25 09:49:23 2026
226nullPointerRedundantCheck476warningEither the condition 'sapplet' is redundant or there is possible null pointer dereference: sapplet.Wed Feb 25 09:49:23 2026
409unusedVariable563styleUnused variable: crWed Feb 25 09:49:23 2026
469variableScope398styleThe scope of the variable 'window' can be reduced.Wed Feb 25 09:49:23 2026
623constParameterPointer398styleParameter 'event' can be declared as pointer to constWed Feb 25 09:49:23 2026
625variableScope398styleThe scope of the variable 'button_pixbuf' can be reduced.Wed Feb 25 09:49:23 2026
680variableScope398styleThe scope of the variable 'icon_theme' can be reduced.Wed Feb 25 09:49:23 2026
681variableScope398styleThe scope of the variable 'icon_size' can be reduced.Wed Feb 25 09:49:23 2026
681variableScope398styleThe scope of the variable 'icon_scale' can be reduced.Wed Feb 25 09:49:23 2026
763variableScope398styleThe scope of the variable 'i' can be reduced.Wed Feb 25 09:49:23 2026
989variableScope398styleThe scope of the variable 'sapplet' can be reduced.Wed Feb 25 09:49:23 2026
1271constParameterCallback398styleParameter 'event' can be declared as pointer to const. However it seems that 'button_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s).Wed Feb 25 09:49:23 2026
1281constParameterCallback398styleParameter 'event' can be declared as pointer to const. However it seems that 'key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s).Wed Feb 25 09:49:23 2026
battstat/acpi-freebsd.c
144unusedVariable563styleUnused variable: aclineWed Feb 25 09:49:23 2026
163legacyUninitvar457errorUninitialized variable: remainWed Feb 25 09:49:23 2026
164legacyUninitvar457errorUninitialized variable: rateWed Feb 25 09:49:23 2026
200knownConditionTrueFalse571styleCondition 'charging' is always trueWed Feb 25 09:49:23 2026
212constParameterPointer398styleParameter 'acpiinfo' can be declared as pointer to constWed Feb 25 09:49:23 2026
218constParameterPointer398styleParameter 'acpiinfo' can be declared as pointer to constWed Feb 25 09:49:23 2026
224constParameterPointer398styleParameter 'apminfo' can be declared as pointer to constWed Feb 25 09:49:23 2026
224constParameterPointer398styleParameter 'acpiinfo' can be declared as pointer to constWed Feb 25 09:49:23 2026
230constParameterPointer398styleParameter 'acpiinfo' can be declared as pointer to constWed Feb 25 09:49:23 2026
battstat/acpi-linux.c
125constVariablePointer398styleVariable 's' can be declared as pointer to constWed Feb 25 09:49:23 2026
137constVariablePointer398styleVariable 's' can be declared as pointer to constWed Feb 25 09:49:23 2026
battstat/apmlib/apmlib.c
71invalidScanfArgType_int686warning%x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'.Wed Feb 25 09:49:23 2026
71invalidScanfArgType_int686warning%x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'.Wed Feb 25 09:49:23 2026
71invalidScanfArgType_int686warning%x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'.Wed Feb 25 09:49:23 2026
71invalidScanfArgType_int686warning%x in format string (no. 7) requires 'unsigned int *' but the argument type is 'signed int *'.Wed Feb 25 09:49:23 2026
71invalidscanf119warningsscanf() without field width limits can crash with huge input data.Wed Feb 25 09:49:23 2026
105invalidScanfArgType_int686warning%x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'.Wed Feb 25 09:49:23 2026
145invalidScanfArgType_int686warning%x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'.Wed Feb 25 09:49:23 2026
218variableScope398styleThe scope of the variable 'fd' can be reduced.Wed Feb 25 09:49:23 2026
battstat/battstat-upower.c
70syntaxErrorerrorfailed to evaluate #if condition, undefined function-like macro invocation: UP_CHECK_VERSION( ... )Wed Feb 25 09:49:23 2026
battstat/battstat_applet.c
222constParameterPointer398styleParameter 'applet' can be declared as pointer to constWed Feb 25 09:49:23 2026
488variableScope398styleThe scope of the variable 'powerstring' can be reduced.Wed Feb 25 09:49:23 2026
489variableScope398styleThe scope of the variable 'remaining' can be reduced.Wed Feb 25 09:49:23 2026
900constParameterCallback398styleParameter 'allocation' can be declared as pointer to const. However it seems that 'size_allocate' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s).Wed Feb 25 09:49:23 2026
battstat/power-management.c
190variableScope398styleThe scope of the variable 'fd' can be reduced.Wed Feb 25 09:49:23 2026
437unusedVariable563styleUnused variable: errWed Feb 25 09:49:23 2026
cafeweather/cafeweather-applet.c
210constParameterCallback398styleParameter 'allocation' can be declared as pointer to const. However it seems that 'size_allocate_cb' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s).Wed Feb 25 09:49:23 2026
228constParameterCallback398styleParameter 'ev' can be declared as pointer to const. However it seems that 'clicked_cb' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s).Wed Feb 25 09:49:23 2026
248constParameterCallback398styleParameter 'event' can be declared as pointer to const. However it seems that 'key_press_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s).Wed Feb 25 09:49:23 2026
463variableScope398styleThe scope of the variable 'n' can be reduced.Wed Feb 25 09:49:23 2026
cafeweather/cafeweather-dialog.c
63constVariablePointer398styleVariable 'settings' can be declared as pointer to constWed Feb 25 09:49:23 2026
66unreadVariable563styleVariable 'settings' is assigned a value that is never used.Wed Feb 25 09:49:23 2026
79constVariablePointer398styleVariable 'settings' can be declared as pointer to constWed Feb 25 09:49:23 2026
80unusedVariable563styleUnused variable: wWed Feb 25 09:49:23 2026
80unusedVariable563styleUnused variable: hWed Feb 25 09:49:23 2026
82unreadVariable563styleVariable 'settings' is assigned a value that is never used.Wed Feb 25 09:49:23 2026
118variableScope398styleThe scope of the variable 'count' can be reduced.Wed Feb 25 09:49:23 2026
118unreadVariable563styleVariable 'count' is assigned a value that is never used.Wed Feb 25 09:49:23 2026
167variableScope398styleThe scope of the variable 'forecast_note_lbl' can be reduced.Wed Feb 25 09:49:23 2026
168variableScope398styleThe scope of the variable 'radar_note_lbl' can be reduced.Wed Feb 25 09:49:23 2026
169variableScope398styleThe scope of the variable 'radar_vbox' can be reduced.Wed Feb 25 09:49:23 2026
170variableScope398styleThe scope of the variable 'radar_link_btn' can be reduced.Wed Feb 25 09:49:23 2026
171variableScope398styleThe scope of the variable 'radar_link_box' can be reduced.Wed Feb 25 09:49:23 2026
172variableScope398styleThe scope of the variable 'forecast_hbox' can be reduced.Wed Feb 25 09:49:23 2026
173variableScope398styleThe scope of the variable 'ebox' can be reduced.Wed Feb 25 09:49:23 2026
174variableScope398styleThe scope of the variable 'scrolled_window' can be reduced.Wed Feb 25 09:49:23 2026
175variableScope398styleThe scope of the variable 'imagescroll_window' can be reduced.Wed Feb 25 09:49:23 2026
557variableScope398styleThe scope of the variable 'buffer' can be reduced.Wed Feb 25 09:49:23 2026
cafeweather/cafeweather-pref.c
266constVariablePointer398styleVariable 'gw_applet' can be declared as pointer to constWed Feb 25 09:49:23 2026
266unreadVariable563styleVariable 'gw_applet' is assigned a value that is never used.Wed Feb 25 09:49:23 2026
266unreadVariable563styleVariable 'gw_applet' is assigned a value that is never used.Wed Feb 25 09:49:23 2026
270unusedVariable563styleUnused variable: current_locationWed Feb 25 09:49:23 2026
317variableScope398styleThe scope of the variable 'nxtSunEvent' can be reduced.Wed Feb 25 09:49:23 2026
646variableScope398styleThe scope of the variable 'path' can be reduced.Wed Feb 25 09:49:23 2026
700variableScope398styleThe scope of the variable 'path' can be reduced.Wed Feb 25 09:49:23 2026
charpick/charpick.c
155variableScope398styleThe scope of the variable 'curr_data' can be reduced.Wed Feb 25 09:49:23 2026
204constParameterCallback398styleParameter '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).Wed Feb 25 09:49:23 2026
205constParameterCallback398styleParameter '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).Wed Feb 25 09:49:23 2026
280constVariablePointer398styleVariable 'applet' can be declared as pointer to constWed Feb 25 09:49:23 2026
280unreadVariable563styleVariable 'applet' is assigned a value that is never used.Wed Feb 25 09:49:23 2026
280unreadVariable563styleVariable 'applet' is assigned a value that is never used.Wed Feb 25 09:49:23 2026
298variableScope398styleThe scope of the variable 'menuitem' can be reduced.Wed Feb 25 09:49:23 2026
534constParameterCallback398styleParameter 'allocation' can be declared as pointer to const. However it seems that 'applet_size_allocate' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s).Wed Feb 25 09:49:23 2026
657constVariablePointer398styleVariable 'applet' can be declared as pointer to constWed Feb 25 09:49:23 2026
657unreadVariable563styleVariable 'applet' is assigned a value that is never used.Wed Feb 25 09:49:23 2026
657unreadVariable563styleVariable 'applet' is assigned a value that is never used.Wed Feb 25 09:49:23 2026
658variableScope398styleThe scope of the variable 'i' can be reduced.Wed Feb 25 09:49:23 2026
658variableScope398styleThe scope of the variable 'n' can be reduced.Wed Feb 25 09:49:23 2026
charpick/properties.c
86staticFunctionstyleThe function 'add_edit_dialog_create' should have static linkage since it is not used outside of its translation unit.Wed Feb 25 09:49:23 2026
269variableScope398styleThe scope of the variable 'selection' can be reduced.Wed Feb 25 09:49:23 2026
command/command.c
287duplicateConditionalAssign398styleThe statement 'if (command_applet->width!=width) command_applet->width=width' is logically equivalent to 'command_applet->width=width'.Wed Feb 25 09:49:23 2026
command/ma-command.c
56unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_CODE is a macro then please configure it.Wed Feb 25 09:49:23 2026
cpufreq/src/cpufreq-applet.c
127unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it.Wed Feb 25 09:49:23 2026
cpufreq/src/cpufreq-monitor-cpuinfo.c
37unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it.Wed Feb 25 09:49:23 2026
cpufreq/src/cpufreq-monitor-libcpufreq.c
38unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it.Wed Feb 25 09:49:23 2026
cpufreq/src/cpufreq-monitor-procfs.c
35unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it.Wed Feb 25 09:49:23 2026
cpufreq/src/cpufreq-monitor-sysfs.c
67unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it.Wed Feb 25 09:49:23 2026
cpufreq/src/cpufreq-monitor.c
68unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE is a macro then please configure it.Wed Feb 25 09:49:23 2026
cpufreq/src/cpufreq-popup.c
53unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.Wed Feb 25 09:49:23 2026
cpufreq/src/cpufreq-prefs.c
71unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.Wed Feb 25 09:49:23 2026
cpufreq/src/cpufreq-selector.c
41unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it.Wed Feb 25 09:49:23 2026
cpufreq/src/cpufreq-selector/cpufreq-selector-libcpufreq.c
41unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it.Wed Feb 25 09:49:23 2026
cpufreq/src/cpufreq-selector/cpufreq-selector-procfs.c
37unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it.Wed Feb 25 09:49:23 2026
cpufreq/src/cpufreq-selector/cpufreq-selector-service.c
47unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it.Wed Feb 25 09:49:23 2026
cpufreq/src/cpufreq-selector/cpufreq-selector-sysfs.c
45unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it.Wed Feb 25 09:49:23 2026
cpufreq/src/cpufreq-selector/cpufreq-selector.c
43unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE is a macro then please configure it.Wed Feb 25 09:49:23 2026
drivemount/drive-button.c
44unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it.Wed Feb 25 09:49:23 2026
drivemount/drive-list.c
501staticFunctionstyleThe function 'drive_list_redraw' should have static linkage since it is not used outside of its translation unit.Wed Feb 25 09:49:23 2026
508staticFunctionstyleThe function 'settings_color_changed' should have static linkage since it is not used outside of its translation unit.Wed Feb 25 09:49:23 2026
drivemount/drivemount.c
61constParameterCallback398styleParameter 'allocation' can be declared as pointer to const. However it seems that 'size_allocate' is a callback function, if 'allocation' is declared with const you might also need to cast function pointer(s).Wed Feb 25 09:49:23 2026
184variableScope398styleThe scope of the variable 'drive_list' can be reduced.Wed Feb 25 09:49:23 2026
185variableScope398styleThe scope of the variable 'ao' can be reduced.Wed Feb 25 09:49:23 2026
186variableScope398styleThe scope of the variable 'action_group' can be reduced.Wed Feb 25 09:49:23 2026
187variableScope398styleThe scope of the variable 'ui_path' can be reduced.Wed Feb 25 09:49:23 2026
geyes/geyes.c
47constParameterPointer398styleParameter 'eyes_applet' can be declared as pointer to constWed Feb 25 09:49:23 2026
geyes/themes.c
58variableScope398styleThe scope of the variable 'token' can be reduced.Wed Feb 25 09:49:23 2026
82redundantAssignment563styleVariable 'token' is reassigned a value before the old one has been used.Wed Feb 25 09:49:23 2026
90redundantAssignment563styleVariable 'token' is reassigned a value before the old one has been used.Wed Feb 25 09:49:23 2026
106variableScope398styleThe scope of the variable 'dialog' can be reduced.Wed Feb 25 09:49:23 2026
265constVariablePointer398styleVariable 'dp' can be declared as pointer to constWed Feb 25 09:49:23 2026
multiload/linux-proc.c
103variableScope398styleThe scope of the variable 'i' can be reduced.Wed Feb 25 09:49:23 2026
299unusedVariable563styleUnused variable: usedWed Feb 25 09:49:23 2026
319constParameterPointer398styleParameter 'device' can be declared as pointer to constWed Feb 25 09:49:23 2026
383unusedVariable563styleUnused variable: indexWed Feb 25 09:49:23 2026
422unusedVariable563styleUnused variable: maxWed Feb 25 09:49:23 2026
423unreadVariable563styleVariable 'total' is assigned a value that is never used.Wed Feb 25 09:49:23 2026
432unreadVariable563styleVariable 'total' is assigned a value that is never used.Wed Feb 25 09:49:23 2026
multiload/load-graph.c
53variableScope398styleThe scope of the variable 'load' can be reduced.Wed Feb 25 09:49:23 2026
96variableScope398styleThe scope of the variable 'combined' can be reduced.Wed Feb 25 09:49:23 2026
96unreadVariable563styleVariable 'combined' is assigned a value that is never used.Wed Feb 25 09:49:23 2026
109unusedVariable563styleUnused variable: grid_colorWed Feb 25 09:49:23 2026
158variableScope398styleThe scope of the variable 'spacing' can be reduced.Wed Feb 25 09:49:23 2026
158unreadVariable563styleVariable 'spacing' is assigned a value that is never used.Wed Feb 25 09:49:23 2026
213variableScope398styleThe scope of the variable 'spacing' can be reduced.Wed Feb 25 09:49:23 2026
213unreadVariable563styleVariable 'spacing' is assigned a value that is never used.Wed Feb 25 09:49:23 2026
382variableScope398styleThe scope of the variable 'name' can be reduced.Wed Feb 25 09:49:23 2026
382variableScope398styleThe scope of the variable 'temp' can be reduced.Wed Feb 25 09:49:23 2026
multiload/main.c
106variableScope398styleThe scope of the variable 'launch_context' can be reduced.Wed Feb 25 09:49:23 2026
108variableScope398styleThe scope of the variable 'app_info' can be reduced.Wed Feb 25 09:49:23 2026
120shadowVariable398styleLocal variable 'screen' shadows outer variableWed Feb 25 09:49:23 2026
233constParameterCallback398styleParameter 'event' can be declared as pointer to const. However it seems that 'multiload_button_press_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s).Wed Feb 25 09:49:23 2026
246constParameterCallback398styleParameter 'event' can be declared as pointer to const. However it seems that 'multiload_key_press_event_cb' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s).Wed Feb 25 09:49:23 2026
433staticFunctionstyleThe function 'multiload_applet_refresh' should have static linkage since it is not used outside of its translation unit.Wed Feb 25 09:49:23 2026
multiload/properties.c
112variableScope398styleThe scope of the variable 'i' can be reduced.Wed Feb 25 09:49:23 2026
netspeed/src/backend.c
100constVariablePointer398styleVariable 'rv' can be declared as pointer to constWed Feb 25 09:49:23 2026
210clarifyCalculation783styleClarify calculation precedence for '&' and '?'.Wed Feb 25 09:49:23 2026
211clarifyCalculation783styleClarify calculation precedence for '&' and '?'.Wed Feb 25 09:49:23 2026
284staticFunctionstyleThe function 'get_wireless_info' should have static linkage since it is not used outside of its translation unit.Wed Feb 25 09:49:23 2026
317duplicateConditionalAssign398styleThe statement 'if (devinfo->qual!=newqual) devinfo->qual=newqual' is logically equivalent to 'devinfo->qual=newqual'.Wed Feb 25 09:49:23 2026
netspeed/src/netspeed.c
147variableScope398styleThe scope of the variable 'down' can be reduced.Wed Feb 25 09:49:23 2026
361variableScope398styleThe scope of the variable 'surface' can be reduced.Wed Feb 25 09:49:23 2026
396constVariablePointer398styleVariable 'applet' can be declared as pointer to constWed Feb 25 09:49:23 2026
583unusedVariable563styleUnused variable: infoWed Feb 25 09:49:23 2026
606variableScope398styleThe scope of the variable 'indiff' can be reduced.Wed Feb 25 09:49:23 2026
606variableScope398styleThe scope of the variable 'outdiff' can be reduced.Wed Feb 25 09:49:23 2026
607variableScope398styleThe scope of the variable 'inrate' can be reduced.Wed Feb 25 09:49:23 2026
607variableScope398styleThe scope of the variable 'outrate' can be reduced.Wed Feb 25 09:49:23 2026
608variableScope398styleThe scope of the variable 'inbytes' can be reduced.Wed Feb 25 09:49:23 2026
608variableScope398styleThe scope of the variable 'outbytes' can be reduced.Wed Feb 25 09:49:23 2026
845variableScope398styleThe scope of the variable 'i' can be reduced.Wed Feb 25 09:49:23 2026
1439variableScope398styleThe scope of the variable 'dialog' can be reduced.Wed Feb 25 09:49:23 2026
1574unusedVariable563styleUnused variable: menu_stringWed Feb 25 09:49:23 2026
stickynotes/stickynotes.c
309staticFunctionstyleThe function 'stickynote_new' should have static linkage since it is not used outside of its translation unit.Wed Feb 25 09:49:23 2026
395staticFunctionstyleThe function 'stickynote_get_empty' should have static linkage since it is not used outside of its translation unit.Wed Feb 25 09:49:23 2026
698variableScope398styleThe scope of the variable 'title' can be reduced.Wed Feb 25 09:49:23 2026
699variableScope398styleThe scope of the variable 'buffer' can be reduced.Wed Feb 25 09:49:23 2026
701variableScope398styleThe scope of the variable 'body' can be reduced.Wed Feb 25 09:49:23 2026
stickynotes/stickynotes_applet.c
85unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If CAFE_PANEL_APPLET_OUT_PROCESS_FACTORY is a macro then please configure it.Wed Feb 25 09:49:23 2026
stickynotes/stickynotes_applet_callbacks.c
67variableScope398styleThe scope of the variable 'note' can be reduced.Wed Feb 25 09:49:23 2026
89constParameterPointer398styleParameter 'event' can be declared as pointer to constWed Feb 25 09:49:23 2026
109constParameterPointer398styleParameter 'event' can be declared as pointer to constWed Feb 25 09:49:23 2026
125constParameterPointer398styleParameter 'event' can be declared as pointer to constWed Feb 25 09:49:23 2026
219constParameterPointer398styleParameter 'allocation' can be declared as pointer to constWed Feb 25 09:49:23 2026
stickynotes/stickynotes_callbacks.c
42constParameterPointer398styleParameter 'widget' can be declared as pointer to constWed Feb 25 09:49:23 2026
72constParameterPointer398styleParameter 'event' can be declared as pointer to constWed Feb 25 09:49:23 2026
stickynotes/util.c
36constVariablePointer398styleVariable 'current' can be declared as pointer to constWed Feb 25 09:49:23 2026
103uninitvar457errorUninitialized variable: numWed Feb 25 09:49:23 2026
timerapplet/timerapplet.c
118variableScope398styleThe scope of the variable 'hours' can be reduced.Wed Feb 25 09:49:23 2026
118variableScope398styleThe scope of the variable 'minutes' can be reduced.Wed Feb 25 09:49:23 2026
118variableScope398styleThe scope of the variable 'seconds' can be reduced.Wed Feb 25 09:49:23 2026
trashapplet/src/trash-empty.c
163variableScope398styleThe scope of the variable 'info' can be reduced.Wed Feb 25 09:49:23 2026
trashapplet/src/xstuff.c
106negativeIndex786warningEither the condition 'j<1-1' is redundant or the array 'cx[1]' is accessed at index -1, which is out of bounds.Wed Feb 25 09:49:23 2026
107negativeIndex786warningEither the condition 'j<1-1' is redundant or the array 'cy[1]' is accessed at index -1, which is out of bounds.Wed Feb 25 09:49:23 2026
108negativeIndex786warningEither the condition 'j<1-1' is redundant or the array 'cw[1]' is accessed at index -1, which is out of bounds.Wed Feb 25 09:49:23 2026
109negativeIndex786warningEither the condition 'j<1-1' is redundant or the array 'ch[1]' is accessed at index -1, which is out of bounds.Wed Feb 25 09:49:23 2026
111negativeIndex786warningEither the condition 'j<1-1' is redundant or the array 'cxi[1]' is accessed at index -1, which is out of bounds.Wed Feb 25 09:49:23 2026
112negativeIndex786warningEither the condition 'j<1-1' is redundant or the array 'cyi[1]' is accessed at index -1, which is out of bounds.Wed Feb 25 09:49:23 2026
113negativeIndex786warningEither the condition 'j<1-1' is redundant or the array 'cwi[1]' is accessed at index -1, which is out of bounds.Wed Feb 25 09:49:23 2026
114negativeIndex786warningEither the condition 'j<1-1' is redundant or the array 'chi[1]' is accessed at index -1, which is out of bounds.Wed Feb 25 09:49:23 2026
151constParameterPointer398styleParameter 'opt_rect' can be declared as pointer to constWed Feb 25 09:49:23 2026