Work around warning.
[dcpomatic.git] / 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("/");
 }