[cfe-dev] About Clang Warning

1789955632 via cfe-dev cfe-dev at lists.llvm.org
Tue Jun 9 21:24:27 PDT 2020


I'm using Clang/scan-build xcodebuild to build Objective-C projects, There are many warnings such as [-Wgnu-conditional-omitted-operand] warning log. I want to disable other all warnings but let one warning like [-Wformat-pedantic] leaved. There is an option -w to suppress all warnings, but add adition -Wformat-pedantic flag after -w, it is not worked, no warning is print. Is there any suggest?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20200610/30af6d18/attachment.html>


More information about the cfe-dev mailing list