From 7319ae43ca5cbae486607b67fcd5ba45a3aec567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Thu, 18 Jun 2009 19:56:25 +0200 Subject: Avoid MSVC compiler warning in SessionTest.cpp. 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() { -- cgit v0.10.2-6-g49f6