commit | 3ae304268e1b058dc51642a83921e1d7ce7a1d12 | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Mon Mar 12 07:33:22 2018 -0400 |
committer | James E. King III <jking@apache.org> | Mon Mar 12 11:30:22 2018 -0400 |
tree | a6c43dfd8a61260d4463db5ea429f82340991f10 | |
parent | 8678dfc78b54bd80b3b5bd098733f8bbdcc39150 [diff] [blame] |
THRIFT-4515: fix windows build Client: cpp
diff --git a/lib/cpp/test/concurrency/Tests.cpp b/lib/cpp/test/concurrency/Tests.cpp index df5099d..fc0ba7f 100644 --- a/lib/cpp/test/concurrency/Tests.cpp +++ b/lib/cpp/test/concurrency/Tests.cpp
@@ -27,7 +27,7 @@ // The test weight, where 10 is 10 times more threads than baseline // and the baseline is optimized for running in valgrind -static size_t WEIGHT = 10; +static int WEIGHT = 10; int main(int argc, char** argv) {