mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Fix some LLVM 17 compiler warnings
This commit is contained in:
parent
951b873c14
commit
2fb19ffd8f
176 changed files with 867 additions and 894 deletions
|
|
@ -266,7 +266,7 @@ void ProjectContentComponent::setScrollableEditorComponent (std::unique_ptr<Comp
|
|||
{
|
||||
jassert (component.get() != nullptr);
|
||||
|
||||
class ContentViewport : public Component
|
||||
class ContentViewport final : public Component
|
||||
{
|
||||
public:
|
||||
ContentViewport (std::unique_ptr<Component> content)
|
||||
|
|
@ -601,7 +601,7 @@ void ProjectContentComponent::showTranslationTool()
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
struct AsyncCommandRetrier : public Timer
|
||||
struct AsyncCommandRetrier final : public Timer
|
||||
{
|
||||
AsyncCommandRetrier (const ApplicationCommandTarget::InvocationInfo& i) : info (i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue