summaryrefslogtreecommitdiff
path: root/tests/duplex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/duplex.cpp')
-rw-r--r--tests/duplex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/duplex.cpp b/tests/duplex.cpp
index 60be901..291d2aa 100644
--- a/tests/duplex.cpp
+++ b/tests/duplex.cpp
@@ -48,8 +48,8 @@ void usage( void ) {
exit( 0 );
}
-int inout( void *outputBuffer, void *inputBuffer, unsigned int nBufferFrames,
- double streamTime, RtAudioStreamStatus status, void *data )
+int inout( void *outputBuffer, void *inputBuffer, unsigned int /*nBufferFrames*/,
+ double /*streamTime*/, RtAudioStreamStatus status, void *data )
{
// Since the number of input and output channels is equal, we can do
// a simple buffer copy operation here.