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/combine_test.cc | |
| parent | 63a81274aa1423ebb593cad9dfe0501853e1c1c5 (diff) | |
Fix some warnings raised by the macOS compiler.
Diffstat (limited to 'test/combine_test.cc')
| -rw-r--r-- | test/combine_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/combine_test.cc b/test/combine_test.cc index 4c7528c8..c773907f 100644 --- a/test/combine_test.cc +++ b/test/combine_test.cc @@ -540,7 +540,7 @@ BOOST_AUTO_TEST_CASE(combine_ov_with_vf) } } - BOOST_CHECK_EQUAL(sub_files, 1U); + BOOST_CHECK_EQUAL(sub_files, 1); } |
