mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Minimal code changes to allow msvc compilation.
This commit is contained in:
@@ -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()()
|
||||
|
||||
Reference in New Issue
Block a user