Re: Wine: Use GCC's -Wlogical-op if supported.

2010-12-11 Thread Gerald Pfeifer
On Tue, 21 Sep 2010, Alexandre Julliard wrote: I still see a ton of warnings here (gcc 4.4.5), mostly because of the glibc string macros. Hmm, I see. Still, this is really useful to have. How about the patch below as an alternative? Additional platforms can add this when/if they want.

Re: Wine: Use GCC's -Wlogical-op if supported.

2010-09-20 Thread Alexandre Julliard
Gerald Pfeifer ger...@pfeifer.com writes: In the past this has found a dozen or two real issues and lead to some simplifications. Now the tree is clean in that regard, so we can make this a default. I still see a ton of warnings here (gcc 4.4.5), mostly because of the glibc string macros.

Re: Wine: Use GCC's -Wlogical-op if supported.

2010-09-20 Thread Gerald Pfeifer
On Mon, 20 Sep 2010, Alexandre Julliard wrote: In the past this has found a dozen or two real issues and lead to some simplifications. Now the tree is clean in that regard, so we can make this a default. I still see a ton of warnings here (gcc 4.4.5), mostly because of the glibc string