Pleased gcc.

This commit is contained in:
chriseth 2015-06-12 10:48:47 +02:00
parent 258b1a74e2
commit 6f7595e0e2

View File

@ -693,6 +693,8 @@ string ReferenceType::stringForReferencePart() const
case Location::Memory:
return "memory";
}
solAssert(false, "");
return "";
}
bool ArrayType::isImplicitlyConvertibleTo(const Type& _convertTo) const