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/qmidiin.cpp | |
| parent | ebd128a5a1f3a21bf346ec29d16a620026293d65 (diff) | |
Commented out some function arguments in test programs to avoid compiler warnings.winks
Diffstat (limited to 'tests/qmidiin.cpp')
| -rw-r--r-- | tests/qmidiin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qmidiin.cpp b/tests/qmidiin.cpp index 2adc03d..afd112b 100644 --- a/tests/qmidiin.cpp +++ b/tests/qmidiin.cpp @@ -22,7 +22,7 @@ #endif bool done; -static void finish( int ignore ){ done = true; } +static void finish( int /*ignore*/ ){ done = true; } void usage( void ) { // Error function in case of incorrect command-line |
