mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer.
This commit is contained in:
parent
784c1f5dae
commit
234525aef9
30 changed files with 88 additions and 76 deletions
|
|
@ -647,7 +647,7 @@ void ProjectContentComponent::getCommandInfo (const CommandID commandID, Applica
|
|||
}
|
||||
}
|
||||
|
||||
bool ProjectContentComponent::isCommandActive (const CommandID commandID)
|
||||
bool ProjectContentComponent::isCommandActive (const CommandID)
|
||||
{
|
||||
return project != nullptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue