LineIdCWESeverityMessageTimestamp
checkersReportinformationActive checkers: There was critical errors (use --checkers-report=<filename> to see details)Sat Jul 4 14:43:50 2026
src/alsa.c
169constParameterPointer398styleParameter 'c' can be declared as pointer to constSat Jul 4 14:43:50 2026
178constParameterPointer398styleParameter 'c' can be declared as pointer to constSat Jul 4 14:43:50 2026
178constParameterPointer398styleParameter 'changed' can be declared as pointer to constSat Jul 4 14:43:50 2026
178constParameterPointer398styleParameter 'merged' can be declared as pointer to constSat Jul 4 14:43:50 2026
186constParameterPointer398styleParameter 'c' can be declared as pointer to constSat Jul 4 14:43:50 2026
186constParameterPointer398styleParameter 'proplist' can be declared as pointer to constSat Jul 4 14:43:50 2026
375unsignedLessThanZero570styleChecking if unsigned expression 'nbytes' is less than zero.Sat Jul 4 14:43:50 2026
385unsignedLessThanZero570styleChecking if unsigned expression 'nbytes' is less than zero.Sat Jul 4 14:43:50 2026
528constVariablePointer398styleVariable 'out' can be declared as pointer to constSat Jul 4 14:43:50 2026
src/cache.c
122constVariablePointer398styleVariable 'r' can be declared as pointer to constSat Jul 4 14:43:50 2026
src/gstreamer.c
80variableScope398styleThe scope of the variable 'bus' can be reduced.Sat Jul 4 14:43:50 2026
207constParameterPointer398styleParameter 'changed' can be declared as pointer to constSat Jul 4 14:43:50 2026
207constParameterPointer398styleParameter 'merged' can be declared as pointer to constSat Jul 4 14:43:50 2026
233constParameterCallback398styleParameter 'bus' can be declared as pointer to const. However it seems that 'bus_cb' is a callback function, if 'bus' is declared with const you might also need to cast function pointer(s).Sat Jul 4 14:43:50 2026
310variableScope398styleThe scope of the variable 'vpad' can be reduced.Sat Jul 4 14:43:50 2026
558constParameterPointer398styleParameter 'proplist' can be declared as pointer to constSat Jul 4 14:43:50 2026
568constVariablePointer398styleVariable 'out' can be declared as pointer to constSat Jul 4 14:43:50 2026
src/kanberra-ctk-module.c
962syntaxErrorerrorfailed to evaluate #if condition, undefined function-like macro invocation: CTK_CHECK_VERSION( ... )Sat Jul 4 14:43:50 2026
972unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If GNUC_UNUSED is a macro then please configure it.Sat Jul 4 14:43:50 2026
src/kanberra-ctk.c
0noValidConfigurationinformationThis file is not analyzed. No working configuration could be extracted. Use -v for more details.Sat Jul 4 14:43:50 2026
519syntaxErrorerrorfailed to evaluate #if condition, undefined function-like macro invocation: CTK_CHECK_VERSION( ... )Sat Jul 4 14:43:50 2026
src/macro.h
30preprocessorErrorDirectiveerror#error "Please include config.h before including this file!"Sat Jul 4 14:43:50 2026
src/multi.c
202constParameterPointer398styleParameter 'c' can be declared as pointer to constSat Jul 4 14:43:50 2026
211constParameterPointer398styleParameter 'merged' can be declared as pointer to constSat Jul 4 14:43:50 2026
src/null.c
33constParameterPointer398styleParameter 'c' can be declared as pointer to constSat Jul 4 14:43:50 2026
40constParameterPointer398styleParameter 'c' can be declared as pointer to constSat Jul 4 14:43:50 2026
46constParameterPointer398styleParameter 'c' can be declared as pointer to constSat Jul 4 14:43:50 2026
54constParameterPointer398styleParameter 'c' can be declared as pointer to constSat Jul 4 14:43:50 2026
54constParameterPointer398styleParameter 'changed' can be declared as pointer to constSat Jul 4 14:43:50 2026
54constParameterPointer398styleParameter 'merged' can be declared as pointer to constSat Jul 4 14:43:50 2026
62constParameterPointer398styleParameter 'proplist' can be declared as pointer to constSat Jul 4 14:43:50 2026
73constParameterPointer398styleParameter 'c' can be declared as pointer to constSat Jul 4 14:43:50 2026
81constParameterPointer398styleParameter 'c' can be declared as pointer to constSat Jul 4 14:43:50 2026
81constParameterPointer398styleParameter 'proplist' can be declared as pointer to constSat Jul 4 14:43:50 2026
src/oss.c
186constParameterPointer398styleParameter 'c' can be declared as pointer to constSat Jul 4 14:43:50 2026
195constParameterPointer398styleParameter 'c' can be declared as pointer to constSat Jul 4 14:43:50 2026
195constParameterPointer398styleParameter 'changed' can be declared as pointer to constSat Jul 4 14:43:50 2026
195constParameterPointer398styleParameter 'merged' can be declared as pointer to constSat Jul 4 14:43:50 2026
203constParameterPointer398styleParameter 'c' can be declared as pointer to constSat Jul 4 14:43:50 2026
203constParameterPointer398styleParameter 'proplist' can be declared as pointer to constSat Jul 4 14:43:50 2026
361unsignedLessThanZero570styleChecking if unsigned expression 'nbytes' is less than zero.Sat Jul 4 14:43:50 2026
370unsignedLessThanZero570styleChecking if unsigned expression 'nbytes' is less than zero.Sat Jul 4 14:43:50 2026
506constVariablePointer398styleVariable 'out' can be declared as pointer to constSat Jul 4 14:43:50 2026
src/proplist.c
218staticFunctionstyleThe function 'ka_proplist_set' should have static linkage since it is not used outside of its translation unit.Sat Jul 4 14:43:50 2026
266constParameterPointer398styleParameter 'p' can be declared as pointer to constSat Jul 4 14:43:50 2026
266staticFunctionstyleThe function 'ka_proplist_get_unlocked' should have static linkage since it is not used outside of its translation unit.Sat Jul 4 14:43:50 2026
377staticFunctionstyleThe function 'ka_proplist_merge_ap' should have static linkage since it is not used outside of its translation unit.Sat Jul 4 14:43:50 2026
378variableScope398styleThe scope of the variable 'ret' can be reduced.Sat Jul 4 14:43:50 2026
src/pulse.c
332constParameterCallback398styleParameter 'pc' can be declared as pointer to const. However it seems that 'context_subscribe_cb' is a callback function, if 'pc' is declared with const you might also need to cast function pointer(s).Sat Jul 4 14:43:50 2026
486constParameterPointer398styleParameter 'c' can be declared as pointer to constSat Jul 4 14:43:50 2026
499constParameterPointer398styleParameter 'merged' can be declared as pointer to constSat Jul 4 14:43:50 2026
705unsignedLessThanZero570styleChecking if unsigned expression 'rbytes' is less than zero.Sat Jul 4 14:43:50 2026
1055badBitmaskCheck571styleOperator '|' with one operand equal to zero is redundant.Sat Jul 4 14:43:50 2026
1320constVariablePointer398styleVariable 'out' can be declared as pointer to constSat Jul 4 14:43:50 2026
src/read-sound-file.c
111constParameterPointer398styleParameter 'f' can be declared as pointer to constSat Jul 4 14:43:50 2026
116constParameterPointer398styleParameter 'f' can be declared as pointer to constSat Jul 4 14:43:50 2026
121constParameterPointer398styleParameter 'f' can be declared as pointer to constSat Jul 4 14:43:50 2026
135staticFunctionstyleThe function 'ka_sound_file_read_int16' should have static linkage since it is not used outside of its translation unit.Sat Jul 4 14:43:50 2026
149staticFunctionstyleThe function 'ka_sound_file_read_uint8' should have static linkage since it is not used outside of its translation unit.Sat Jul 4 14:43:50 2026
216truncLongCastReturn197styleint result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information.Sat Jul 4 14:43:50 2026
src/read-vorbis.c
242constParameterPointer398styleParameter 'v' can be declared as pointer to constSat Jul 4 14:43:50 2026
src/read-wav.c
112unsignedLessThanZero570styleChecking if unsigned expression 's' is less than zero.Sat Jul 4 14:43:50 2026
163unsignedLessThanZero570styleChecking if unsigned expression 'file_size' is less than zero.Sat Jul 4 14:43:50 2026
214unsignedLessThanZero570styleChecking if unsigned expression 'w->nchannels' is less than zero.Sat Jul 4 14:43:50 2026
214unsignedLessThanZero570styleChecking if unsigned expression 'w->rate' is less than zero.Sat Jul 4 14:43:50 2026
261constParameterPointer398styleParameter 'w' can be declared as pointer to constSat Jul 4 14:43:50 2026
267constParameterPointer398styleParameter 'w' can be declared as pointer to constSat Jul 4 14:43:50 2026
296constParameterPointer398styleParameter 'w' can be declared as pointer to constSat Jul 4 14:43:50 2026
325unsignedLessThanZero570styleChecking if unsigned expression '*n' is less than zero.Sat Jul 4 14:43:50 2026
352unsignedLessThanZero570styleChecking if unsigned expression '*n' is less than zero.Sat Jul 4 14:43:50 2026
362constParameterPointer398styleParameter 'v' can be declared as pointer to constSat Jul 4 14:43:50 2026
src/sound-theme-spec.c
85constParameterPointer398styleParameter 'd' can be declared as pointer to constSat Jul 4 14:43:50 2026
702variableScope398styleThe scope of the variable 'ret' can be reduced.Sat Jul 4 14:43:50 2026
src/test-kanberra.c
34constParameterCallback398styleParameter 'userdata' can be declared as pointer to const. However it seems that 'callback' is a callback function, if 'userdata' is declared with const you might also need to cast function pointer(s).Sat Jul 4 14:43:50 2026