summaryrefslogtreecommitdiff
path: root/tests/teststops.cpp
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2014-04-01 12:03:38 -0400
committerGary Scavone <gary@music.mcgill.ca>2014-04-01 12:05:51 -0400
commit18e6f5126073320450438e99b4833cabc3347dba (patch)
tree3b7fb305eec569873cf8fe00ef5ff56c572315ff /tests/teststops.cpp
parenta71027332b636913443e66f6af4566dd86983f24 (diff)
Added Wasapi code (though untested); Updates for better data format support in PulseAudio; Commented-out various unused function arguments in tests/ files.
Diffstat (limited to 'tests/teststops.cpp')
-rw-r--r--tests/teststops.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/teststops.cpp b/tests/teststops.cpp
index b74a66e..2cfccb4 100644
--- a/tests/teststops.cpp
+++ b/tests/teststops.cpp
@@ -51,8 +51,8 @@ struct MyData {
};
// Interleaved buffers
-int pulse( void *outputBuffer, void *inputBuffer, unsigned int nBufferFrames,
- double streamTime, RtAudioStreamStatus status, void *mydata )
+int pulse( void *outputBuffer, void * /*inputBuffer*/, unsigned int nBufferFrames,
+ double /*streamTime*/, RtAudioStreamStatus status, void *mydata )
{
// Write out a pulse signal and ignore the input buffer.
unsigned int i, j;