C++ feature checks: Filter out warnings caused by user flags
Filter out -Winvalid-command-line-argument warnings from Clang (that can be caused by user-specified flags) so that they do not break our checks for C++ feature availability.
We are implementing enhanced network protection measures. During connection checks, you may briefly see a “verifying connection” screen. This is a normal part of our security process and requires no action.
Filter out -Winvalid-command-line-argument warnings from Clang (that can be caused by user-specified flags) so that they do not break our checks for C++ feature availability.