diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-03-30 11:33:30 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-03-30 11:33:30 -0400 |
| commit | db1d10a2c8112d4a37d4f0d41297daf4825dce35 (patch) | |
| tree | 7bc83c4c3b9e7d665b7e43f913e554542332163a /tests/sysextest.cpp | |
| parent | ebd128a5a1f3a21bf346ec29d16a620026293d65 (diff) | |
Commented out some function arguments in test programs to avoid compiler warnings.winks
Diffstat (limited to 'tests/sysextest.cpp')
| -rw-r--r-- | tests/sysextest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sysextest.cpp b/tests/sysextest.cpp index 96eaaa8..8402c74 100644 --- a/tests/sysextest.cpp +++ b/tests/sysextest.cpp @@ -31,7 +31,7 @@ void usage( void ) { // It returns false if there are no ports available. bool chooseMidiPort( RtMidi *rtmidi ); -void mycallback( double deltatime, std::vector< unsigned char > *message, void *userData ) +void mycallback( double deltatime, std::vector< unsigned char > *message, void * /*userData*/ ) { unsigned int nBytes = message->size(); for ( unsigned int i=0; i<nBytes; i++ ) |
