Ignore -Wcovered-switch-default Clang warning in Folly
Summary: These warnings appear when compiling with Clang modules. In this case, the `default` case should never be hit regardless of user input, so we may translate this to an unreachability hint. Reviewed By: yfeldblum Differential Revision: D30962081 fbshipit-source-id: 48914f79a8d40f597cb60b8d8d6d9af37ac4b655
Showing
Please register or sign in to comment