fix all warnings and add -Werror

This commit is contained in:
Andrew Kelley
2014-01-22 14:44:41 -05:00
parent 3a53473d10
commit 52d4f0fd3f
52 changed files with 225 additions and 447 deletions

View File

@@ -140,7 +140,7 @@ protected:
const int RAW_MIDI_PARSE_BUF_SIZE = 16;
const uint32_t RAW_MIDI_PARSE_BUF_SIZE = 16;
class MidiClientRaw : public MidiClient