mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Pleased gcc.
This commit is contained in:
parent
258b1a74e2
commit
6f7595e0e2
@ -693,6 +693,8 @@ string ReferenceType::stringForReferencePart() const
|
|||||||
case Location::Memory:
|
case Location::Memory:
|
||||||
return "memory";
|
return "memory";
|
||||||
}
|
}
|
||||||
|
solAssert(false, "");
|
||||||
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ArrayType::isImplicitlyConvertibleTo(const Type& _convertTo) const
|
bool ArrayType::isImplicitlyConvertibleTo(const Type& _convertTo) const
|
||||||
|
Loading…
Reference in New Issue
Block a user