From a2d629536b8de88b6b0d0aa043fccd2938769eaa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Nov 2015 11:41:51 +0200 Subject: Get rid of warning --- cli/context.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cli') diff --git a/cli/context.cxx b/cli/context.cxx index d07b60b..ebe1b4a 100644 --- a/cli/context.cxx +++ b/cli/context.cxx @@ -1159,9 +1159,8 @@ format (output_type ot, string const& s, bool para) switch (ot) { - case ot_plain: - case ot_html: return b.value; case ot_man: return b.value + b.trailer; + default: return b.value; } } -- cgit v1.1