summaryrefslogtreecommitdiff
path: root/tests/midiout.cpp
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2014-03-30 11:33:30 -0400
committerGary Scavone <gary@music.mcgill.ca>2014-03-30 11:33:30 -0400
commitdb1d10a2c8112d4a37d4f0d41297daf4825dce35 (patch)
tree7bc83c4c3b9e7d665b7e43f913e554542332163a /tests/midiout.cpp
parentebd128a5a1f3a21bf346ec29d16a620026293d65 (diff)
Commented out some function arguments in test programs to avoid compiler warnings.winks
Diffstat (limited to 'tests/midiout.cpp')
-rw-r--r--tests/midiout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/midiout.cpp b/tests/midiout.cpp
index 0a9b9fd..05505cc 100644
--- a/tests/midiout.cpp
+++ b/tests/midiout.cpp
@@ -24,7 +24,7 @@
// It returns false if there are no ports available.
bool chooseMidiPort( RtMidiOut *rtmidi );
-int main( int argc, char *argv[] )
+int main( void )
{
RtMidiOut *midiout = 0;
std::vector<unsigned char> message;