mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Fixed an unused variable warning in DemoUtilities.h when building in release mode
This commit is contained in:
parent
7909af4ecb
commit
9343e9b279
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ inline File getExamplesDirectory() noexcept
|
|||
MemoryOutputStream mo;
|
||||
|
||||
auto success = Base64::convertFromBase64 (mo, JUCE_STRINGIFY (PIP_JUCE_EXAMPLES_DIRECTORY));
|
||||
ignoreUnused (success);
|
||||
jassert (success);
|
||||
|
||||
return mo.toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue