mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8013 from ethereum/warnings
Enable more warnings in the build system
This commit is contained in:
@@ -2354,7 +2354,7 @@ string EnumType::canonicalName() const
|
||||
size_t EnumType::numberOfMembers() const
|
||||
{
|
||||
return m_enum.members().size();
|
||||
};
|
||||
}
|
||||
|
||||
BoolResult EnumType::isExplicitlyConvertibleTo(Type const& _convertTo) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user