diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-21 22:55:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-21 22:55:52 +0100 |
| commit | 0646c5404d535158d3f3d47004fa8dde444a936b (patch) | |
| tree | e4a4458909fbcaa0d9c5ba8521cc65037f111b74 | |
| parent | f968fb875135884b0551195edc2315d4be76d5bc (diff) | |
Work around warning.
| -rw-r--r-- | test/test.cc | 2 |
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("/"); } |
