mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Another compiler fix.
This commit is contained in:
parent
bdbe5a3cf8
commit
35540fcf2d
@ -688,6 +688,7 @@ TypePointer ReferenceType::unaryOperatorResult(Token::Value _operator) const
|
|||||||
default:
|
default:
|
||||||
solAssert(false, "");
|
solAssert(false, "");
|
||||||
}
|
}
|
||||||
|
return TypePointer();
|
||||||
}
|
}
|
||||||
|
|
||||||
TypePointer ReferenceType::copyForLocationIfReference(DataLocation _location, TypePointer const& _type)
|
TypePointer ReferenceType::copyForLocationIfReference(DataLocation _location, TypePointer const& _type)
|
||||||
|
Loading…
Reference in New Issue
Block a user