mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix unused variable warnings
This commit is contained in:
parent
7ab382d357
commit
c2f567f3ee
5 changed files with 7 additions and 7 deletions
|
|
@ -134,7 +134,7 @@ void AudioProcessorARAExtension::didBindToARA() noexcept
|
|||
playbackRenderer->araExtension = this;
|
||||
#endif
|
||||
|
||||
#if (! JUCE_DISABLE_ASSERTIONS)
|
||||
#if JUCE_ASSERTIONS_ENABLED_OR_LOGGED
|
||||
// validate proper subclassing of the instance role classes
|
||||
if (auto playbackRenderer = getPlaybackRenderer())
|
||||
jassert (dynamic_cast<ARAPlaybackRenderer*> (playbackRenderer) != nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue