|
| missingInclude | | information | Cppcheck cannot find all the include files (use --check-config for details) |
/builds/aoliva/fcb1010edit/src/interpreter/exceptions.h |
27 | noExplicitConstructor | 398 | style | Class 'UnexpectedMessage' has a constructor with 1 argument that is not explicit. |
/builds/aoliva/fcb1010edit/src/interpreter/line6pod2/line6pod2.h |
18 | missingOverride | | style | The function 'buildMessage' overrides a function in a base class but is not marked with a 'override' specifier. |
/builds/aoliva/fcb1010edit/src/interpreter/line6pod2/line6pod2_program_changes.h |
10 | noExplicitConstructor | 398 | style | Class 'Line6Pod2ProgramChange' has a constructor with 1 argument that is not explicit. |
16 | missingOverride | | style | The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. |
/builds/aoliva/fcb1010edit/src/interpreter/midimessage.h |
12 | noExplicitConstructor | 398 | style | Class 'MidiMessage' has a constructor with 1 argument that is not explicit. |