From 77ae36775de62a858327a65e7d2b63e143551d17 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 7 Jul 2018 20:26:35 +0300 Subject: Supress clang's 'control may reach end of non-void function' warning --- bpkg/utility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/utility.cxx') diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx index c6f2fae..b78ee9b 100644 --- a/bpkg/utility.cxx +++ b/bpkg/utility.cxx @@ -94,7 +94,7 @@ namespace bpkg } catch (io_error&) { - fail << "unable to read y/n answer from stdin"; + fail << "unable to read y/n answer from stdin" << endf; } } -- cgit v1.1