diff options
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++ ) |
