folly/test/ThreadLocalTest.cpp: avoid shadowing warnings
authorJim Meyering <meyering@fb.com>
Wed, 19 Oct 2016 03:05:57 +0000 (20:05 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 19 Oct 2016 03:09:30 +0000 (20:09 -0700)
commit2d3f3267bf0519534e70d34bb055803e72d49cb4
tree1e65ca4236b183a893b124a6846c8ad96da25ea9
parente15a8227e633273bf0b88f34bebf9f864c90ac69
folly/test/ThreadLocalTest.cpp: avoid shadowing warnings

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

Reviewed By: andrewjcg

Differential Revision: D4041950

fbshipit-source-id: 7c18564273c5839c647709307f56b2fb5e0f6588
folly/test/ThreadLocalTest.cpp