diff options
author | chriseth <c@ethdev.com> | 2015-06-12 16:48:47 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-06-15 20:40:42 +0800 |
commit | 6f7595e0e23c7523376a98f38904dd09d37d004d (patch) | |
tree | d5988218b1f1fd0c581a97269185f14e9867f190 /Types.cpp | |
parent | 258b1a74e214a69b06e603849c76362aecfae0d5 (diff) | |
download | dexon-solidity-6f7595e0e23c7523376a98f38904dd09d37d004d.tar.gz dexon-solidity-6f7595e0e23c7523376a98f38904dd09d37d004d.tar.zst dexon-solidity-6f7595e0e23c7523376a98f38904dd09d37d004d.zip |
Pleased gcc.
Diffstat (limited to 'Types.cpp')
-rw-r--r-- | Types.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -693,6 +693,8 @@ string ReferenceType::stringForReferencePart() const case Location::Memory: return "memory"; } + solAssert(false, ""); + return ""; } bool ArrayType::isImplicitlyConvertibleTo(const Type& _convertTo) const |