Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Build] Fix master branch broken for Clang
Summary: Clang does not support the warning option "-Wclobbered", so we cannot do a pragma push and pop for this warning. So, we push and pop this particular warning for GCC only. As it stands currently, Clang accepts `#pragma GCC` directives. If this sort of thing comes up more in the future, it may make sense for Folly to define a macro for easily disabling warnings for either just GCC or just Clang.
- Loading branch information