Work around warning.
authorCarl Hetherington <cth@carlh.net>
Tue, 21 Aug 2018 21:55:52 +0000 (22:55 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 21 Aug 2018 21:55:52 +0000 (22:55 +0100)
test/test.cc

index 93cd5ee14de923030e22a9c32c2758133fc26e24..8b155534086a66b8a630b5ad833fb6c95b40c3fc 100644 (file)
@@ -504,4 +504,6 @@ subtitle_file (shared_ptr<Film> film)
        }
 
        BOOST_REQUIRE (false);
+       /* Remove warning */
+       return boost::filesystem::path("/");
 }