fixing compiler errors when compiling with Wunused-parameter
authorOndrej Lehecka <lehecka@fb.com>
Mon, 20 Jul 2015 23:37:52 +0000 (16:37 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Tue, 21 Jul 2015 23:52:41 +0000 (16:52 -0700)
commit58ddb58be76d43be88709cd45afabe0c785ea9e2
treeb0dff5e478a207c139d404320f790ed981da81ae
parent0d67e78b4a64fab1a6227e4b92127cf1eff14d8c
fixing compiler errors when compiling with Wunused-parameter

Summary: fixing C++ compiler warnings for the -Wunused-parameter warning switch on.
This is fixing only the header files, not the library cpp files.

Reviewed By: @yfeldblum

Differential Revision: D2259957
folly/ExceptionWrapper.h
folly/Executor.h
folly/FBString.h
folly/FBVector.h
folly/Format.h
folly/futures/Unit.h
folly/io/async/AsyncSocket.h
folly/io/async/AsyncTransport.h