Merge pull request #8013 from ethereum/warnings

Enable more warnings in the build system
This commit is contained in:
chriseth
2020-01-15 18:00:14 +01:00
committed by GitHub
5 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -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
{