uint isn't portable and makes some compilers angry, change to unsigned int
authorElizabeth Smith <elizabeths@fb.com>
Wed, 16 Apr 2014 01:52:19 +0000 (18:52 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 18 Apr 2014 19:04:15 +0000 (12:04 -0700)
commit32d518c3fdc015afedc579f195b05bc14d1d0dfd
tree370f88c7bba7bc73ad58567031b82c3b75603a46
parent0c8631dcba8f9ca23615166c36e9c9c267bf1e5a
uint isn't portable and makes some compilers angry, change to unsigned int

Summary: As part of the windows port, uint is not defined as a type and is not standard, it makes msvc choke, a simple change to unsigned int fixes the issue

Test Plan: fbmake runtests

Reviewed By: delong.j@fb.com

FB internal diff: D1278487
folly/Benchmark.cpp
folly/test/ConvTest.cpp
folly/test/HistogramBenchmark.cpp