diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-04 10:58:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-04 10:58:47 +0100 |
| commit | 615762376308039521e8030797d496ad8d09206e (patch) | |
| tree | abe9456e0e75bcc9cf61d06742191a9d339474ad /test/ffmpeg_decoder_sequential_test.cc | |
| parent | 2cccb35bbd513737a8f87566e981fa39fea87d04 (diff) | |
Try to fix some warnings on OS X.
Diffstat (limited to 'test/ffmpeg_decoder_sequential_test.cc')
| -rw-r--r-- | test/ffmpeg_decoder_sequential_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ffmpeg_decoder_sequential_test.cc b/test/ffmpeg_decoder_sequential_test.cc index b4f37dd0b..98c7bf9e2 100644 --- a/test/ffmpeg_decoder_sequential_test.cc +++ b/test/ffmpeg_decoder_sequential_test.cc @@ -61,7 +61,7 @@ test (boost::filesystem::path file, float fps, int gaps) for (Frame i = 0; i < N; ++i) { list<ContentVideo> v; v = decoder->get_video (i, true); - BOOST_CHECK_EQUAL (v.size(), 1); + BOOST_CHECK_EQUAL (v.size(), 1U); BOOST_CHECK_EQUAL (v.front().frame, i); } #ifdef DCPOMATIC_DEBUG |
