mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Projucer: Fix gcc 10 warnings
This commit is contained in:
parent
f9f5caa5cc
commit
7fe7104eea
2 changed files with 2 additions and 6 deletions
|
|
@ -208,12 +208,6 @@ struct ClassDatabase
|
|||
noDefaultConstructor (false)
|
||||
{}
|
||||
|
||||
InstantiationFlags (const InstantiationFlags& other)
|
||||
: isAbstract (other.isAbstract),
|
||||
inAnonymousNamespace (other.inAnonymousNamespace),
|
||||
noDefaultConstructor (other.noDefaultConstructor)
|
||||
{}
|
||||
|
||||
bool canBeInstantiated() const noexcept
|
||||
{
|
||||
return ! (isAbstract || inAnonymousNamespace || noDefaultConstructor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue