This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [COMMITTED] Add warning about false being implicitly converted to NULL in parameter passing


On 15/03/07, Dirk Mueller <dmueller@suse.de> wrote:
On Thursday, 15. March 2007, Manuel López-Ibáñez wrote:
> Also, again I think that both warnings cannot be given at the same
> time, so using else-if would be better. If you agree I can fix this
> when re-building my Wconversion patch.

hmm, I would have hoped that jump threading figures that out all by itself.
But before I have to proof that, how about the patch below?


Let me implement that with my Wconversion patch, please. Otherwise, if you keep touching that area, I need to keep resolving conflicts and after so many months I am a bit sick of doing this already.

Cheers,

Manuel.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]