mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Cranked up the Clang warning level in the projucer, and fixed a few minor warnings
This commit is contained in:
parent
4746337ecc
commit
7d24b39f18
12 changed files with 38 additions and 42 deletions
|
|
@ -188,7 +188,7 @@ void ProjectContentComponent::setProject (Project* newProject)
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
LiveBuildTab* findBuildTab (const TabbedComponent& tabs)
|
||||
static LiveBuildTab* findBuildTab (const TabbedComponent& tabs)
|
||||
{
|
||||
return dynamic_cast<LiveBuildTab*> (tabs.getTabContentComponent (1));
|
||||
}
|
||||
|
|
@ -742,7 +742,7 @@ struct AsyncCommandRetrier : public Timer
|
|||
JUCE_DECLARE_NON_COPYABLE (AsyncCommandRetrier)
|
||||
};
|
||||
|
||||
bool reinvokeCommandAfterCancellingModalComps (const ApplicationCommandTarget::InvocationInfo& info)
|
||||
static bool reinvokeCommandAfterCancellingModalComps (const ApplicationCommandTarget::InvocationInfo& info)
|
||||
{
|
||||
if (ModalComponentManager::getInstance()->cancelAllModalComponents())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue