diff options
| author | Aaron Clauson <[email protected]> | 2017-11-10 07:06:49 +1100 |
|---|---|---|
| committer | Aaron Clauson <[email protected]> | 2017-11-10 07:06:49 +1100 |
| commit | fbf327b13868861c2877c5754caf5a9816f2603c (patch) | |
| tree | c8fe180d7a8ad74859dfcf28e0f4de96eb2ab4e7 /src/test/checkqueue_tests.cpp | |
| parent | Merge #11580: Do not send (potentially) invalid headers in response to gethea... (diff) | |
| download | discoin-fbf327b13868861c2877c5754caf5a9816f2603c.tar.xz discoin-fbf327b13868861c2877c5754caf5a9816f2603c.zip | |
Minimal code changes to allow msvc compilation.
Diffstat (limited to 'src/test/checkqueue_tests.cpp')
| -rw-r--r-- | src/test/checkqueue_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/checkqueue_tests.cpp b/src/test/checkqueue_tests.cpp index c4564b45b..162c597c3 100644 --- a/src/test/checkqueue_tests.cpp +++ b/src/test/checkqueue_tests.cpp @@ -24,7 +24,7 @@ // otherwise. BOOST_FIXTURE_TEST_SUITE(checkqueue_tests, TestingSetup) -static const int QUEUE_BATCH_SIZE = 128; +static const unsigned int QUEUE_BATCH_SIZE = 128; struct FakeCheck { bool operator()() |