diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-18 17:56:25 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-18 20:34:03 (GMT) |
commit | 7319ae43ca5cbae486607b67fcd5ba45a3aec567 (patch) | |
tree | 93d093e272f5b4a1dbd575fe7fe565f2535c8c15 | |
parent | af3a1756f38e81b03baf1d4a1b6e3ed5a79ccebc (diff) | |
download | swift-7319ae43ca5cbae486607b67fcd5ba45a3aec567.zip swift-7319ae43ca5cbae486607b67fcd5ba45a3aec567.tar.bz2 |
Avoid MSVC compiler warning in SessionTest.cpp.
-rw-r--r-- | Swiften/Client/UnitTest/SessionTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Client/UnitTest/SessionTest.cpp b/Swiften/Client/UnitTest/SessionTest.cpp index 7b7a916..f4c40da 100644 --- a/Swiften/Client/UnitTest/SessionTest.cpp +++ b/Swiften/Client/UnitTest/SessionTest.cpp @@ -550,6 +550,7 @@ class SessionTest : public CppUnit::TestFixture { return serializer_.serializeFooter(); } assert(false); + return ""; } void assertNoMoreExpectations() { |