|
| missingInclude | | information | Cppcheck cannot find all the include files (use --check-config for details) |
src/bte/btepty.h |
96 | unknownMacro | | error | There 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 |
77 | unknownMacro | | error | There 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 |
138 | syntaxError | | error | syntax error: keyword 'try' is not allowed in global scope |
src/btepty.cc |
134 | syntaxError | | error | syntax error: keyword 'try' is not allowed in global scope |
src/bteregex.cc |
92 | syntaxError | | error | syntax error: keyword 'try' is not allowed in global scope |
src/btespawn.cc |
51 | cstyleCast | 398 | style | C-style pointer casting |
109 | cstyleCast | 398 | style | C-style pointer casting |
110 | cstyleCast | 398 | style | C-style pointer casting |
215 | ConfigurationNotChecked | | information | Skipping 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. |
218 | ConfigurationNotChecked | | information | Skipping 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 |
206 | ConfigurationNotChecked | | information | Skipping 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. |
400 | syntaxError | | error | syntax error |
src/btetypes.hh |
139 | uninitMemberVar | 398 | warning | Member variable 'coords::x' is not initialized in the constructor. |
139 | uninitMemberVar | 398 | warning | Member variable 'coords::y' is not initialized in the constructor. |
156 | uninitMemberVar | 398 | warning | Member variable 'extents::m_width' is not initialized in the constructor. |
156 | uninitMemberVar | 398 | warning | Member variable 'extents::m_height' is not initialized in the constructor. |
183 | noExplicitConstructor | 398 | style | Class 'rgb' has a constructor with 1 argument that is not explicit. |
184 | noExplicitConstructor | 398 | style | Class 'rgb' has a constructor with 1 argument that is not explicit. |
185 | noExplicitConstructor | 398 | style | Class 'rgb' has a constructor with 1 argument that is not explicit. |
src/bteutils.cc |
68 | ConfigurationNotChecked | | information | Skipping 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 |
59 | uninitMemberVar | 398 | warning | Member variable 'Chunk::dataminusone' is not initialized in the constructor. |
59 | uninitMemberVar | 398 | warning | Member variable 'Chunk::data' is not initialized in the constructor. |
src/decoder-cat.cc |
104 | shadowFunction | 398 | style | Local variable 'benchmark' shadows outer function |
105 | shadowFunction | 398 | style | Local variable 'codepoints' shadows outer function |
106 | shadowFunction | 398 | style | Local variable 'list' shadows outer function |
107 | shadowFunction | 398 | style | Local variable 'quiet' shadows outer function |
108 | shadowFunction | 398 | style | Local variable 'statistics' shadows outer function |
109 | shadowFunction | 398 | style | Local variable 'utf8' shadows outer function |
110 | shadowFunction | 398 | style | Local variable 'repeat' shadows outer function |
111 | shadowFunction | 398 | style | Local variable 'charset' shadows outer function |
112 | shadowFunction | 398 | style | Local variable 'filenames' shadows outer function |
402 | redundantInitialization | 563 | style | Redundant initialization for 'result'. The initialized value is overwritten before it is read. |
475 | redundantInitialization | 563 | style | Redundant initialization for 'fd'. The initialized value is overwritten before it is read. |
515 | cstyleCast | 398 | style | C-style pointer casting |
516 | cstyleCast | 398 | style | C-style pointer casting |
571 | redundantInitialization | 563 | style | Redundant initialization for 'rv'. The initialized value is overwritten before it is read. |
src/fonts-pangocairo.hh |
122 | noExplicitConstructor | 398 | style | Class 'FontInfo' has a constructor with 1 argument that is not explicit. |
src/icu-converter.cc |
39 | shadowFunction | 398 | style | Local variable 'charset_converter' shadows outer function |
43 | shadowFunction | 398 | style | Local variable 'u32_converter' shadows outer function |
47 | shadowFunction | 398 | style | Local variable 'u8_converter' shadows outer function |
src/icu-decoder.hh |
37 | uninitMemberVar | 398 | warning | Member variable 'ICUDecoder::m_u32_buffer' is not initialized in the constructor. |
37 | uninitMemberVar | 398 | warning | Member variable 'ICUDecoder::m_u16_buffer' is not initialized in the constructor. |
src/libc-glue.hh |
89 | unreadVariable | 563 | style | Variable 'errsv' is assigned a value that is never used. |
src/urlencode.cc |
44 | redundantInitialization | 563 | style | Redundant initialization for 'ch'. The initialized value is overwritten before it is read. |
src/utf8.hh |
74 | knownConditionTrueFalse | 570 | style | Condition 'state!=m_state' is always false |