From 0646c5404d535158d3f3d47004fa8dde444a936b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Aug 2018 22:55:52 +0100 Subject: [PATCH] Work around warning. --- test/test.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test.cc b/test/test.cc index 93cd5ee14..8b1555340 100644 --- a/test/test.cc +++ b/test/test.cc @@ -504,4 +504,6 @@ subtitle_file (shared_ptr film) } BOOST_REQUIRE (false); + /* Remove warning */ + return boost::filesystem::path("/"); } -- 2.30.2