summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-21 22:55:52 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-21 22:55:52 +0100
commit0646c5404d535158d3f3d47004fa8dde444a936b (patch)
treee4a4458909fbcaa0d9c5ba8521cc65037f111b74 /test
parentf968fb875135884b0551195edc2315d4be76d5bc (diff)
Work around warning.
Diffstat (limited to 'test')
-rw-r--r--test/test.cc2
1 files changed, 2 insertions, 0 deletions
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> film)
}
BOOST_REQUIRE (false);
+ /* Remove warning */
+ return boost::filesystem::path("/");
}