Fix violations of unused-lambda-capture
authorYedidya Feldblum <yfeldblum@fb.com>
Tue, 16 May 2017 15:07:22 +0000 (08:07 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 16 May 2017 15:29:03 +0000 (08:29 -0700)
commit2750533d9c7ab53ba6046ca9b50e7dceb7a73680
treee413dad557146b3a8656b335a4c610019a3a4356
parent5bd3bab012ee5b5771f95a9ecfea47b6e75e0802
Fix violations of unused-lambda-capture

Summary: [Folly] Fix violations of `unused-lambda-capture`.

Reviewed By: Orvid

Differential Revision: D5060391

fbshipit-source-id: 34aabc847719603d13da8f2b52a7ec187d803a4a
15 files changed:
folly/experimental/test/AtomicSharedPtrTest.cpp
folly/experimental/test/RefCountTest.cpp
folly/fibers/test/FibersTest.cpp
folly/futures/test/BarrierTest.cpp
folly/futures/test/FutureTest.cpp
folly/io/async/test/EventBaseTest.cpp
folly/io/async/test/HHWheelTimerSlowTests.cpp
folly/io/test/CompressionTest.cpp
folly/test/AHMIntStressTest.cpp
folly/test/AtomicLinkedListTest.cpp
folly/test/FunctionTest.cpp
folly/test/MPMCPipelineTest.cpp
folly/test/SingletonThreadLocalTest.cpp
folly/test/SmallLocksBenchmark.cpp
folly/test/ThreadLocalTest.cpp