Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AMBER_DISABLE_WEVERYTHING and AMBER_DISABLE_WERROR options (#1013)
New compiler versions may add additional warnings; in particular, -Weverything includes warnings that are unstable and may not be generally-applicable. To assist projects like VK-GL-CTS that may depend on old versions of amber for a long period of time, add AMBER_DISABLE_WERROR and AMBER_DISABLE_WEVERYTHING flags to allow disabling those warnings downstream. That allows those projects to be built with newer versions of clang without needing to fork amber and disable unwanted warnings.
- Loading branch information