folly/test/SpinLockTest.cpp: avoid shadowing warnings
authorJim Meyering <meyering@fb.com>
Wed, 19 Oct 2016 03:28:30 +0000 (20:28 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 19 Oct 2016 03:38:54 +0000 (20:38 -0700)
commit00de3cea4a176ca6c12901d450ccdc7d6bb94a42
tree3fcee6207719865042a7ae7d15b3350e56b252c1
parent5898eb2859c99807343656f4f89ed4f9e5da912d
folly/test/SpinLockTest.cpp: avoid shadowing warnings

Summary: Fix warnings exposed by the upstream-proposed -Wshadow-compatible-local option.

Reviewed By: igorsugak

Differential Revision: D4041919

fbshipit-source-id: 52579a4b7477192ec7145f81216200f81b191183
folly/test/SpinLockTest.cpp