Skip to content

Commit

Permalink
Fix `jackSilentError(const char*)’ defined but not used
Browse files Browse the repository at this point in the history
  • Loading branch information
radarsat1 committed Aug 30, 2017
1 parent 29167f3 commit 8021795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RtAudio.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit 8021795

Please sign in to comment.