diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-18 22:44:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-18 22:44:03 +0100 |
| commit | be002888ff3d46bf339f42433038388c7972ae63 (patch) | |
| tree | a855824aaa2b68a0ae7ca0a7eba5e911ce715096 /test | |
| parent | 11122fe7ba99b7b6a0cd4c62ab9a226cce3b9f4e (diff) | |
Fix warning.
Diffstat (limited to 'test')
| -rw-r--r-- | test/player_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/player_test.cc b/test/player_test.cc index b68540402..a1b0f1148 100644 --- a/test/player_test.cc +++ b/test/player_test.cc @@ -43,7 +43,7 @@ using boost::bind; static shared_ptr<AudioBuffers> accumulated; static void -accumulate (shared_ptr<AudioBuffers> audio, DCPTime t) +accumulate (shared_ptr<AudioBuffers> audio, DCPTime) { BOOST_REQUIRE (accumulated); accumulated->append (audio); |
