diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-30 15:15:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-30 15:15:10 +0200 |
| commit | 22d9015d4788bca8da7113ad187f0b04cfbc4216 (patch) | |
| tree | e7b8cd1dd19bfb0ea7eef937168cdd2aea29b454 /test/mono_mpeg2_picture_write_test.cc | |
| parent | 63a81274aa1423ebb593cad9dfe0501853e1c1c5 (diff) | |
Fix some warnings raised by the macOS compiler.
Diffstat (limited to 'test/mono_mpeg2_picture_write_test.cc')
| -rw-r--r-- | test/mono_mpeg2_picture_write_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mono_mpeg2_picture_write_test.cc b/test/mono_mpeg2_picture_write_test.cc index 44ce5ae4..1c561e45 100644 --- a/test/mono_mpeg2_picture_write_test.cc +++ b/test/mono_mpeg2_picture_write_test.cc @@ -46,7 +46,6 @@ BOOST_AUTO_TEST_CASE(mpeg_mono_picture_write_test) { boost::filesystem::path dir = "build/test/mpeg2_mono_picture_write_test"; - boost::system::error_code ec; boost::filesystem::remove_all(dir); boost::filesystem::create_directories(dir); |
