From: Carl Hetherington Date: Tue, 21 Aug 2018 21:55:52 +0000 (+0100) Subject: Work around warning. X-Git-Tag: v2.13.45~31 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=0646c5404d535158d3f3d47004fa8dde444a936b Work around warning. --- 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("/"); }