mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Convert ignoreUnused to [[maybe_unused]]
This commit is contained in:
parent
4351e87bdd
commit
28f2157912
141 changed files with 1057 additions and 1209 deletions
|
|
@ -62,10 +62,8 @@ static Rectangle<float> getLogoArea (Rectangle<float> parentRect)
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
JUCESplashScreen::JUCESplashScreen (Component& parent)
|
||||
JUCESplashScreen::JUCESplashScreen ([[maybe_unused]] Component& parent)
|
||||
{
|
||||
ignoreUnused (parent);
|
||||
|
||||
#if JUCE_DISPLAY_SPLASH_SCREEN
|
||||
if (splashDisplayTime == 0
|
||||
|| Time::getMillisecondCounter() < splashDisplayTime + (uint32) millisecondsToDisplaySplash)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue