summaryrefslogtreecommitdiff
path: root/tests/cmidiin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cmidiin.cpp')
-rw-r--r--tests/cmidiin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cmidiin.cpp b/tests/cmidiin.cpp
index 5aa4053..be78dbb 100644
--- a/tests/cmidiin.cpp
+++ b/tests/cmidiin.cpp
@@ -19,7 +19,7 @@ void usage( void ) {
exit( 0 );
}
-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++ )
@@ -33,7 +33,7 @@ void mycallback( double deltatime, std::vector< unsigned char > *message, void *
// It returns false if there are no ports available.
bool chooseMidiPort( RtMidiIn *rtmidi );
-int main( int argc, char *argv[] )
+int main( int argc, char ** /*argv[]*/ )
{
RtMidiIn *midiin = 0;