Fix folly/io/async/test/SSLContextTest.cpp under gcc8 with -Wshadow
Summary: [Folly] Fix `folly/io/async/test/SSLContextTest.cpp` under gcc8 with `-Wshadow`. ``` folly/io/async/test/SSLContextTest.cpp: In member function 'virtual void folly::SSLContextTest_TestLoadCertificateChain_Test::TestBody()': folly/io/async/test/SSLContextTest.cpp:143:31: error: declaration of 'ctx' shadows a member of 'folly::SSLContextTest_TestLoadCertificateChain_Test' [-Werror=shadow] folly/io/async/test/SSLContextTest.cpp:29:14: note: shadowed declaration is here ``` Reviewed By: knekritz Differential Revision: D13610440 fbshipit-source-id: 3998a8a7434afdb27e9a89b3e85e87364cd2e72c
Showing
Please register or sign in to comment