Re: [google] Enable -Wnonnull for C++ (issue4431076)

2011-04-29 Thread Diego Novillo
On Fri, Apr 29, 2011 at 11:04, Diego Novillo wrote: > This patch from Le-Chun Wu enables -Wnonnull in C++ as well as C. > > OK for trunk?  Applied to google/main. > > 2011-04-27  Le-Chun Wu   > >        * c.opt (Wnonnull): Enable for C++. Google ref 42718

[google] Enable -Wnonnull for C++ (issue4431076)

2011-04-29 Thread Diego Novillo
This patch from Le-Chun Wu enables -Wnonnull in C++ as well as C. OK for trunk? Applied to google/main. 2011-04-27 Le-Chun Wu * c.opt (Wnonnull): Enable for C++. ChangeLog.google-main 2011-04-27 Le-Chun Wu * doc/extend.texi (Wnonnull): Add documentation for C++.