Remove -Wuninitialized for GCC in Expected.h (#1143)
Summary: - Old versions of GCC (specifically, GCC 4.7) warn about uninitialized memory in `Expected.h` - Newer versions of GCC do not complain, so remove the pragma push/pop which was disabling the warning. Pull Request resolved: https://github.com/facebook/folly/pull/1143 Reviewed By: ericniebler Differential Revision: D15586279 Pulled By: yfeldblum fbshipit-source-id: 7b01934c7601ecf035f1e05f2ed3e5f799cf25b9
Showing
Please register or sign in to comment