LineIdCWESeverityMessage
missingIncludeinformationCppcheck cannot find all the include files (use --check-config for details)
src/app/app.cc
1226syntaxErrorerrorsyntax error
src/attr.hh
122syntaxErrorerrorsyntax error
src/bte/btepty.h
96unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_AUTOPTR_CLEANUP_FUNC is a macro then please configure it.
src/bte/bteregex.h
77unknownMacroerrorThere is an unknown macro here somewhere. Configuration is required. If G_DEFINE_AUTOPTR_CLEANUP_FUNC is a macro then please configure it.
src/btectk.cc
138syntaxErrorerrorsyntax error: keyword 'try' is not allowed in global scope
src/btepty.cc
134syntaxErrorerrorsyntax error: keyword 'try' is not allowed in global scope
src/bteregex.cc
92syntaxErrorerrorsyntax error: keyword 'try' is not allowed in global scope
src/btespawn.cc
51cstyleCast398styleC-style pointer casting
109cstyleCast398styleC-style pointer casting
110cstyleCast398styleC-style pointer casting
215ConfigurationNotCheckedinformationSkipping configuration 'ESTALE' since the value of 'ESTALE' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
218ConfigurationNotCheckedinformationSkipping configuration 'ENOTDIR' since the value of 'ENOTDIR' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
src/btestream-file.h
206ConfigurationNotCheckedinformationSkipping configuration 'FALLOC_FL_PUNCH_HOLE' since the value of 'FALLOC_FL_PUNCH_HOLE' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
400syntaxErrorerrorsyntax error
src/btetypes.cc
50cstyleCast398styleC-style pointer casting
169syntaxErrorerrorsyntax error
src/btetypes.hh
139uninitMemberVar398warningMember variable 'coords::x' is not initialized in the constructor.
139uninitMemberVar398warningMember variable 'coords::y' is not initialized in the constructor.
156uninitMemberVar398warningMember variable 'extents::m_width' is not initialized in the constructor.
156uninitMemberVar398warningMember variable 'extents::m_height' is not initialized in the constructor.
183noExplicitConstructor398styleClass 'rgb' has a constructor with 1 argument that is not explicit.
184noExplicitConstructor398styleClass 'rgb' has a constructor with 1 argument that is not explicit.
185noExplicitConstructor398styleClass 'rgb' has a constructor with 1 argument that is not explicit.
src/bteunistr.cc
188syntaxErrorerrorsyntax error
src/bteutils.cc
68ConfigurationNotCheckedinformationSkipping configuration 'O_NOATIME' since the value of 'O_NOATIME' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
src/chunk.hh
59uninitMemberVar398warningMember variable 'Chunk::dataminusone' is not initialized in the constructor.
59uninitMemberVar398warningMember variable 'Chunk::data' is not initialized in the constructor.
src/decoder-cat.cc
104shadowFunction398styleLocal variable 'benchmark' shadows outer function
105shadowFunction398styleLocal variable 'codepoints' shadows outer function
106shadowFunction398styleLocal variable 'list' shadows outer function
107shadowFunction398styleLocal variable 'quiet' shadows outer function
108shadowFunction398styleLocal variable 'statistics' shadows outer function
109shadowFunction398styleLocal variable 'utf8' shadows outer function
110shadowFunction398styleLocal variable 'repeat' shadows outer function
111shadowFunction398styleLocal variable 'charset' shadows outer function
112shadowFunction398styleLocal variable 'filenames' shadows outer function
402redundantInitialization563styleRedundant initialization for 'result'. The initialized value is overwritten before it is read.
475redundantInitialization563styleRedundant initialization for 'fd'. The initialized value is overwritten before it is read.
515cstyleCast398styleC-style pointer casting
516cstyleCast398styleC-style pointer casting
571redundantInitialization563styleRedundant initialization for 'rv'. The initialized value is overwritten before it is read.
src/fonts-pangocairo.cc
105cstyleCast398styleC-style pointer casting
110cstyleCast398styleC-style pointer casting
166cstyleCast398styleC-style pointer casting
214cstyleCast398styleC-style pointer casting
221cstyleCast398styleC-style pointer casting
248cstyleCast398styleC-style pointer casting
277cstyleCast398styleC-style pointer casting
285cstyleCast398styleC-style pointer casting
421cstyleCast398styleC-style pointer casting
424cstyleCast398styleC-style pointer casting
435cstyleCast398styleC-style pointer casting
449cstyleCast398styleC-style pointer casting
src/fonts-pangocairo.hh
122noExplicitConstructor398styleClass 'FontInfo' has a constructor with 1 argument that is not explicit.
src/icu-converter.cc
39shadowFunction398styleLocal variable 'charset_converter' shadows outer function
43shadowFunction398styleLocal variable 'u32_converter' shadows outer function
47shadowFunction398styleLocal variable 'u8_converter' shadows outer function
src/icu-decoder.hh
37uninitMemberVar398warningMember variable 'ICUDecoder::m_u32_buffer' is not initialized in the constructor.
37uninitMemberVar398warningMember variable 'ICUDecoder::m_u16_buffer' is not initialized in the constructor.
src/keymap.cc
763cstyleCast398styleC-style pointer casting
src/libc-glue.hh
89unreadVariable563styleVariable 'errsv' is assigned a value that is never used.
src/missing.cc
163cstyleCast398styleC-style pointer casting
206cstyleCast398styleC-style pointer casting
src/modes-test.cc
47syntaxErrorerrorsyntax error
src/parser-glue.hh
740syntaxErrorerrorsyntax error
src/parser-string.hh
48cstyleCast398styleC-style pointer casting
79cstyleCast398styleC-style pointer casting
src/parser.cc
661syntaxErrorerrorsyntax error
src/tabstops.hh
142syntaxErrorerrorsyntax error
src/urlencode.cc
44redundantInitialization563styleRedundant initialization for 'ch'. The initialized value is overwritten before it is read.
src/utf8-test.cc
46syntaxErrorerrorsyntax error
src/utf8.hh
74knownConditionTrueFalse570styleCondition 'state!=m_state' is always false