mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +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
|
|
@ -124,7 +124,7 @@ void LatestVersionCheckerAndUpdater::run()
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
class UpdateDialog : public Component
|
||||
class UpdateDialog final : public Component
|
||||
{
|
||||
public:
|
||||
UpdateDialog (const String& newVersion, const String& releaseNotes)
|
||||
|
|
@ -385,7 +385,7 @@ void LatestVersionCheckerAndUpdater::addNotificationToOpenProjects (const Versio
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
class DownloadAndInstallThread : private ThreadWithProgressWindow
|
||||
class DownloadAndInstallThread final : private ThreadWithProgressWindow
|
||||
{
|
||||
public:
|
||||
DownloadAndInstallThread (const VersionInfo::Asset& a, const File& t, std::function<void (Result)>&& cb)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue