[cfe-commits] [Patch] Treat -Wformat=0 as alias for -Wno-format (PR9195)

Hans Wennborg hans at chromium.org
Tue Jan 17 01:35:19 PST 2012


On Tue, Jan 17, 2012 at 1:14 AM, Nico Weber <thakis at chromium.org> wrote:
> On Fri, Jan 13, 2012 at 2:16 AM, Hans Wennborg <hans at chromium.org> wrote:
>> Hi all,
>>
>> The attached patch makes Clang treat -Wformat=0 as an alias for
>> -Wno-format, as requested in PR9195.
>>
>> Please let me know if this is desirable and ok to commit. (Also if
>> there is a better way of testing it.)
>
> ddunbar asked me to file that bug, so I'm pretty sure this is
> desirable :-) Patch and test lgtm.
>
> Nico

Committed r148300.

Thanks,
Hans



More information about the cfe-commits mailing list