Deal with a couple of warnings from MSVC
Summary: MSVC is warning that `client` may be uninitialized, which is possible if the callback doesn't actually set them for some reason. Solve that by explicitly initializing it to `nullptr`. Also deal with the warning about the initialization of `dynamic::array` using braced syntax by not using that syntax. Reviewed By: yfeldblum Differential Revision: D3387782 fbshipit-source-id: e4d25ad32e99a73d7d062be9a2f2b5bde5d17396
Showing
Please register or sign in to comment