diff options
author | Aaron Clauson <aaron@sipsorcery.com> | 2017-11-10 07:06:49 +1100 |
---|---|---|
committer | Aaron Clauson <aaron@sipsorcery.com> | 2017-11-10 07:06:49 +1100 |
commit | fbf327b13868861c2877c5754caf5a9816f2603c (patch) | |
tree | c8fe180d7a8ad74859dfcf28e0f4de96eb2ab4e7 /src/bench/checkqueue.cpp | |
parent | 1f4375f8e75f95522ad763d06da047b1b3893530 (diff) |
Minimal code changes to allow msvc compilation.
Diffstat (limited to 'src/bench/checkqueue.cpp')
-rw-r--r-- | src/bench/checkqueue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/checkqueue.cpp b/src/bench/checkqueue.cpp index b7ae5c2d57..94064c9ca6 100644 --- a/src/bench/checkqueue.cpp +++ b/src/bench/checkqueue.cpp @@ -19,7 +19,7 @@ static const int MIN_CORES = 2; static const size_t BATCHES = 101; static const size_t BATCH_SIZE = 30; static const int PREVECTOR_SIZE = 28; -static const int QUEUE_BATCH_SIZE = 128; +static const unsigned int QUEUE_BATCH_SIZE = 128; static void CCheckQueueSpeed(benchmark::State& state) { struct FakeJobNoWork { |