Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compiler warning issues in fizz/server/ServerProtocol.cpp
Summary: This diff fixes issues identified by one or more of these compiler warning flags: * `-Wpessimizing-move` * `-Wmissing-braces ` * `-Wself-assign` * `-Wunused-lambda-capture ` * `-Wheader-hygiene` * `-Wunused-variable` * `-Wunused-parameter` * `-Wsign-compare` If the code compiles, it should work. Reviewed By: dmm-fb Differential Revision: D52970480 fbshipit-source-id: 172f2cfb79af4018444d379937682d9cbbfc402e
- Loading branch information