Fix compiler warnings
authorGustavo Serra Scalet <gustavo.scalet@eldorado.org.br>
Wed, 3 Aug 2016 00:04:52 +0000 (17:04 -0700)
committerFacebook Github Bot 6 <facebook-github-bot-6-bot@fb.com>
Wed, 3 Aug 2016 00:08:29 +0000 (17:08 -0700)
commit40857a36f39d1277fa0c117a794d95908ad8e9b2
treef15a30df94913e1eafe12d419240e08e0c6fa02c
parent61d53283231cb00c22e1e98fed40af344d63204d
Fix compiler warnings

Summary:
- unused variables
- suppressing "warning: variable length array ‘vec’ is used [-Wvla]"
Closes https://github.com/facebook/folly/pull/443

Reviewed By: djwatson

Differential Revision: D3641928

Pulled By: Orvid

fbshipit-source-id: 0bd58a75f8948f28cc2d232c03bd443734d9657d
folly/fibers/FiberManager.cpp
folly/io/async/AsyncSocket.cpp