Commit d0dd99c7 authored by Anton Likhtarov's avatar Anton Likhtarov Committed by Jordan DeLong

folly/SmallLocks.h compiler warning

Summary: Couldn't get an HPHP extension to compile against this

Test Plan: compiled HPHP including folly/dynamic.h

Reviewed By: delong.j@fb.com

FB internal diff: D574364
parent 6b4082ec
...@@ -59,7 +59,7 @@ namespace detail { ...@@ -59,7 +59,7 @@ namespace detail {
* spinning, and falls back to sleeping for small quantums. * spinning, and falls back to sleeping for small quantums.
*/ */
class Sleeper { class Sleeper {
static const int32_t kMaxActiveSpin = 4000; static const uint32_t kMaxActiveSpin = 4000;
uint32_t spinCount; uint32_t spinCount;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment