mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +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
|
|
@ -49,7 +49,7 @@
|
|||
#include "../Assets/DemoUtilities.h"
|
||||
|
||||
//==============================================================================
|
||||
class RSAComponent : public Component
|
||||
class RSAComponent final : public Component
|
||||
{
|
||||
public:
|
||||
RSAComponent()
|
||||
|
|
@ -141,7 +141,7 @@ private:
|
|||
};
|
||||
|
||||
//==============================================================================
|
||||
class HashesComponent : public Component
|
||||
class HashesComponent final : public Component
|
||||
{
|
||||
public:
|
||||
HashesComponent()
|
||||
|
|
@ -238,7 +238,7 @@ private:
|
|||
};
|
||||
|
||||
//==============================================================================
|
||||
class CryptographyDemo : public Component
|
||||
class CryptographyDemo final : public Component
|
||||
{
|
||||
public:
|
||||
CryptographyDemo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue