mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Enabled some more warning flags in Xcode, and fixed the problems they caused
This commit is contained in:
parent
6bb7618e1e
commit
cadac817c6
228 changed files with 353 additions and 337 deletions
|
|
@ -210,7 +210,7 @@ public:
|
|||
openedOk = true;
|
||||
}
|
||||
|
||||
~ChildProcess()
|
||||
~ChildProcess() override
|
||||
{
|
||||
projectRoot.removeListener (this);
|
||||
|
||||
|
|
@ -642,7 +642,7 @@ struct CompileEngineChildProcess::Editor : private CodeDocument::Listener,
|
|||
document.addListener (this);
|
||||
}
|
||||
|
||||
~Editor()
|
||||
~Editor() override
|
||||
{
|
||||
document.removeListener (this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue