Commit cdadb047 authored by Igor Sugak's avatar Igor Sugak Committed by facebook-github-bot-0

folly: fix one more -Wunused-parameter

Summary: The usage is guarded by a preprocessor macro, and I didn't noticed this earlier.

Reviewed By: yfeldblum

Differential Revision: D2887016

fb-gh-sync-id: 791c4d16475aab77235792953997a281354018e9
parent 0704bd04
......@@ -824,6 +824,7 @@ bool AsyncSSLSocket::getSelectedNextProtocolNoThrow(
}
return true;
#else
(void)protoType;
return false;
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment