1
0
Fork 0
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:
jules 2012-12-27 19:56:18 +00:00
parent 784c1f5dae
commit 234525aef9
30 changed files with 88 additions and 76 deletions

View file

@ -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;
}