The Boost meson module sets this on the command-line, so avoid compiler warning when redefining

This commit is contained in:
Chris Cannam
2022-07-01 12:01:06 +01:00
parent 8d4d8a39bc
commit 335aef35c9
10 changed files with 20 additions and 0 deletions

View File

@@ -21,7 +21,9 @@
you must obtain a valid commercial licence before doing so.
*/
#ifndef BOOST_TEST_DYN_LINK
#define BOOST_TEST_DYN_LINK
#endif
#include <boost/test/unit_test.hpp>
#include "../common/Resampler.h"