Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that -Wcompound-token-split-by-macro is quietly silenced.
Xcode on macOS Catalina comes with Clang that is version 12 but does not implement -Wcompound-token-split-by-macro. Trying to silence this warning triggers another warning about an unknown warning. This commit temporarily sets -Wunknown-warning-option so that -Wcompound-token-split-by-macro can always be silenced without warnings. Discussed in radiator-software#383.
- Loading branch information