diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2017-08-30 18:30:36 -0300 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2017-08-30 18:30:36 -0300 |
| commit | 802179520e2d464f87389e34699510927a4a0ab3 (patch) | |
| tree | 3647b0d4c29b6269486719adf57ff76d7277bf8c | |
| parent | 29167f363ed88727e28d3003fc0cd2e56a04a5ac (diff) | |
Fix `jackSilentError(const char*)’ defined but not usedv5.0.0
| -rw-r--r-- | RtAudio.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp index 00d63f0..f72c899 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -1944,7 +1944,9 @@ struct JackHandle { :client(0), drainCounter(0), internalDrain(false) { ports[0] = 0; ports[1] = 0; xrun[0] = false; xrun[1] = false; } }; +#if !defined(__RTAUDIO_DEBUG__) static void jackSilentError( const char * ) {}; +#endif RtApiJack :: RtApiJack() :shouldAutoconnect_(true) { |
