diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-04-01 12:03:38 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-04-01 12:05:51 -0400 |
| commit | 18e6f5126073320450438e99b4833cabc3347dba (patch) | |
| tree | 3b7fb305eec569873cf8fe00ef5ff56c572315ff /tests/playsaw.cpp | |
| parent | a71027332b636913443e66f6af4566dd86983f24 (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/playsaw.cpp')
| -rw-r--r-- | tests/playsaw.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/playsaw.cpp b/tests/playsaw.cpp index cd5f1e1..dc36d4c 100644 --- a/tests/playsaw.cpp +++ b/tests/playsaw.cpp @@ -112,8 +112,8 @@ int saw( void *outputBuffer, void *inputBuffer, unsigned int nBufferFrames, #else // Use non-interleaved buffers -int saw( void *outputBuffer, void *inputBuffer, unsigned int nBufferFrames, - double streamTime, RtAudioStreamStatus status, void *data ) +int saw( void *outputBuffer, void * /*inputBuffer*/, unsigned int nBufferFrames, + double /*streamTime*/, RtAudioStreamStatus status, void *data ) { unsigned int i, j; extern unsigned int channels; |
