aboutsummaryrefslogtreecommitdiffstats
path: root/Types.cpp
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-06-29 19:23:02 +0800
committerchriseth <c@ethdev.com>2015-06-29 19:23:02 +0800
commit35540fcf2d5b59a6a77042246c3df5b67b3a50bf (patch)
treedba0b30de2f0d8c37aaf8354e00ea7d52c5bbca1 /Types.cpp
parentbdbe5a3cf8dc2d337f8ec471394e9c5d366a5d08 (diff)
downloaddexon-solidity-35540fcf2d5b59a6a77042246c3df5b67b3a50bf.tar.gz
dexon-solidity-35540fcf2d5b59a6a77042246c3df5b67b3a50bf.tar.zst
dexon-solidity-35540fcf2d5b59a6a77042246c3df5b67b3a50bf.zip
Another compiler fix.
Diffstat (limited to 'Types.cpp')
-rw-r--r--Types.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Types.cpp b/Types.cpp
index a6d462a9..c1769d00 100644
--- a/Types.cpp
+++ b/Types.cpp
@@ -688,6 +688,7 @@ TypePointer ReferenceType::unaryOperatorResult(Token::Value _operator) const
default:
solAssert(false, "");
}
+ return TypePointer();
}
TypePointer ReferenceType::copyForLocationIfReference(DataLocation _location, TypePointer const& _type)