Reduce warning level of distributed Yoga builds #1592
Reference in New Issue
Block a user
No description provided.
Delete Branch "export-D54735661"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary:
Yoga may be built with a high warning level. This is helpful in letting Yoga be used in more places, and finding defects. We currently set these in the internal BUCK build, the CMake reference build, and the Yoga Standalone (not RN) CocoaPods build.
Yoga's reference CMake build and spec are consumed today by users of Yoga, instead of just Yoga developers. Here, it makes more sense to avoid anything that could break compiler-to-compiler compatibility.
We default these to a less intense (
-Wall -Werror
). I kept/W4
, for pragmatic reasons, and since it is relatively standard for MSVC.We continue to build with strict flags on Buck build on Clang.
Fixes https://github.com/facebook/yoga/issues/1590
Differential Revision: D54735661
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This pull request was exported from Phabricator. Differential Revision: D54735661
This pull request has been merged in facebook/yoga@0d23e07202.
Pull request closed