summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Swiften/Client/UnitTest/SessionTest.cpp1
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() {