folly/futures/test/WhileDoTest.cpp: avoid shadowing warnings
authorJim Meyering <meyering@fb.com>
Wed, 19 Oct 2016 03:01:00 +0000 (20:01 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 19 Oct 2016 03:09:30 +0000 (20:09 -0700)
commit85eb12f0d646c50427495b40ac1ec186efc5fcf1
treed6c96865989f8ec4f58ed3c88230e52db6c47148
parent30408a7a06516a32e2e1e90c8d501d79dde04fd4
folly/futures/test/WhileDoTest.cpp: avoid shadowing warnings

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

Reviewed By: nisardan

Differential Revision: D4041779

fbshipit-source-id: 375e485a30f01a0610d881fe8b3237cc062aedef
folly/futures/test/WhileDoTest.cpp