mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-31 03:00:05 +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
|
|
@ -28,7 +28,7 @@
|
|||
#include "jucer_ProjectExport_MSVC.h"
|
||||
|
||||
//==============================================================================
|
||||
class CodeBlocksProjectExporter : public ProjectExporter
|
||||
class CodeBlocksProjectExporter final : public ProjectExporter
|
||||
{
|
||||
public:
|
||||
enum CodeBlocksOS
|
||||
|
|
@ -199,7 +199,7 @@ private:
|
|||
String getTargetPlatformString() const { return targetPlatformValue.get(); }
|
||||
|
||||
//==============================================================================
|
||||
class CodeBlocksBuildConfiguration : public BuildConfiguration
|
||||
class CodeBlocksBuildConfiguration final : public BuildConfiguration
|
||||
{
|
||||
public:
|
||||
CodeBlocksBuildConfiguration (Project& p, const ValueTree& settings, const ProjectExporter& e)
|
||||
|
|
@ -262,7 +262,7 @@ private:
|
|||
yes
|
||||
};
|
||||
|
||||
class CodeBlocksTarget : public build_tools::ProjectType::Target
|
||||
class CodeBlocksTarget final : public build_tools::ProjectType::Target
|
||||
{
|
||||
public:
|
||||
CodeBlocksTarget (const CodeBlocksProjectExporter& e,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue