folly: build with -Wunused-parameter
authorIgor Sugak <sugak@fb.com>
Thu, 28 Jan 2016 03:34:02 +0000 (19:34 -0800)
committerfacebook-github-bot-0 <folly-bot@fb.com>
Thu, 28 Jan 2016 04:20:30 +0000 (20:20 -0800)
commita1614feea3f3c0beb75fb2dc43ec45b3e5d57223
treefdd509459b19c06ddea2e767ac257dc8ba761ab4
parent08391a01dc1323c7e6ec21256e84e809cd56fe4f
folly: build with -Wunused-parameter

Summary: Mechanical changes (using custom clang-tidy) to fix all of the `-Wunused-parameter` violations in folly.

Reviewed By: yfeldblum

Differential Revision: D2872406

fb-gh-sync-id: bdb1941f3dadf6ab854e7a9f271f50fda93f9480
86 files changed:
folly/ApplyTuple.h
folly/Arena.h
folly/AtomicHashArray.h
folly/AtomicUnorderedMap.h
folly/Benchmark.h
folly/ConcurrentSkipList-inl.h
folly/Conv.h
folly/DynamicConverter.h
folly/FBString.h
folly/Format-inl.h
folly/Memory.h
folly/SharedMutex.h
folly/Singleton.h
folly/ThreadCachedArena.h
folly/ThreadName.h
folly/detail/CacheLocality.cpp
folly/detail/CacheLocality.h
folly/detail/DiscriminatedPtrDetail.h
folly/detail/FileUtilDetail.h
folly/dynamic-inl.h
folly/experimental/Instructions.h
folly/experimental/NestedCommandLineApp.cpp
folly/experimental/ProgramOptions.cpp
folly/experimental/StringKeyedMap.h
folly/experimental/StringKeyedUnorderedMap.h
folly/experimental/StringKeyedUnorderedSet.h
folly/experimental/exception_tracer/ExceptionTracerTest.cpp
folly/experimental/fibers/GuardPageAllocator.cpp
folly/experimental/fibers/WhenN-inl.h
folly/experimental/fibers/test/FibersTest.cpp
folly/experimental/io/AsyncIO.cpp
folly/experimental/symbolizer/SignalHandler.cpp
folly/experimental/symbolizer/test/StackTraceTest.cpp
folly/experimental/test/CodingTestUtils.h
folly/experimental/test/NestedCommandLineAppTestHelper.cpp
folly/experimental/test/TupleOpsTest.cpp
folly/futures/Future-inl.h
folly/futures/ScheduledExecutor.h
folly/futures/detail/Core.h
folly/futures/test/Benchmark.cpp
folly/futures/test/CollectTest.cpp
folly/futures/test/ExecutorTest.cpp
folly/futures/test/FutureTest.cpp
folly/futures/test/InterruptTest.cpp
folly/futures/test/ReduceTest.cpp
folly/futures/test/ThenTest.cpp
folly/futures/test/TimesTest.cpp
folly/futures/test/ViaTest.cpp
folly/futures/test/WhileDoTest.cpp
folly/futures/test/WindowTest.cpp
folly/gen/Base-inl.h
folly/io/IOBuf.cpp
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/AsyncServerSocket.cpp
folly/io/async/AsyncSignalHandler.cpp
folly/io/async/AsyncSocket.cpp
folly/io/async/SSLContext.cpp
folly/io/async/ScopedEventBaseThread.cpp
folly/io/async/test/AsyncSSLSocketTest.h
folly/io/async/test/AsyncSSLSocketTest2.cpp
folly/io/async/test/AsyncSocketTest2.cpp
folly/io/async/test/AsyncUDPSocketTest.cpp
folly/io/async/test/BlockingSocket.h
folly/io/async/test/EventBaseTest.cpp
folly/io/async/test/EventHandlerTest.cpp
folly/io/async/test/NotificationQueueTest.cpp
folly/test/AtomicHashArrayTest.cpp
folly/test/AtomicHashMapTest.cpp
folly/test/AtomicUnorderedMapTest.cpp
folly/test/CacheLocalityTest.cpp
folly/test/ConcurrentSkipListBenchmark.cpp
folly/test/DeterministicSchedule.cpp
folly/test/DeterministicSchedule.h
folly/test/DiscriminatedPtrTest.cpp
folly/test/ExceptionWrapperTest.cpp
folly/test/FBStringTestBenchmarks.cpp.h
folly/test/FBVectorBenchmark.cpp
folly/test/FBVectorTest.cpp
folly/test/FBVectorTestBenchmarks.cpp.h
folly/test/FileUtilTest.cpp
folly/test/MPMCQueueTest.cpp
folly/test/ProducerConsumerQueueBenchmark.cpp
folly/test/ProducerConsumerQueueTest.cpp
folly/test/ThreadLocalTest.cpp
folly/test/TimeoutQueueTest.cpp
folly/test/small_vector_test.cpp