We have some really terrible open-source code for which I've set several files to have '-Xanalyzer -analyzer-disable-checker'. Unfortunately, this applies to both Build and Analysis operations. LLVM 6.1 now warns that '-Xanalyzer -analyzer-disable-checker' is an unused argument during compilation.
Is there any way to both suppress the analyzer for this open-source code, and prevent spurious warnings when building? It's part of a separate target that builds a statically-linked library, if that helps (analysis can be turned off for the whole target). -- Rick Mann [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
