Re: Warnings on ignored returned values

2010-03-22 Thread Alexandre Julliard
Nate Gallaher writes: > Should --enable-maintainer-mode be purged then, or should some > additional flag magic be added? I ran into this a long time ago as > well and made the assumption that it had bitrotted. Maintainer mode is meant to be used by the maintainer, i.e. by me. It works just fine

Re: Warnings on ignored returned values

2010-03-22 Thread Marcus Meissner
On Mon, Mar 22, 2010 at 03:28:17PM +0200, Octavian Voicu wrote: > On Mon, Mar 22, 2010 at 3:21 PM, Nate Gallaher > wrote: > > Should --enable-maintainer-mode be purged then, or should some additional > > flag magic be added?  I ran into this a long time ago as well and made the > > assumption that

Re: Warnings on ignored returned values

2010-03-22 Thread Octavian Voicu
On Mon, Mar 22, 2010 at 3:21 PM, Nate Gallaher wrote: > Should --enable-maintainer-mode be purged then, or should some additional > flag magic be added?  I ran into this a long time ago as well and made the > assumption that it had bitrotted. Actually, in my case the problem is with Ubuntu -- the

Re: Warnings on ignored returned values

2010-03-22 Thread Nate Gallaher
Alexandre Julliard wrote: Octavian Voicu writes: Hello, I'm trying to compile wine with --enable-maintainer-mode and I get lots of errors like `ignoring return value of ‘xxx’, declared with attribute warn_unused_result'. I would like to submit a few patches to fix them. Please don't

Re: Warnings on ignored returned values

2010-03-22 Thread Alexandre Julliard
Octavian Voicu writes: > Hello, > > I'm trying to compile wine with --enable-maintainer-mode and I get > lots of errors like `ignoring return value of ‘xxx’, declared with > attribute warn_unused_result'. I would like to submit a few patches to > fix them. Please don't. The warnings are spurious

Warnings on ignored returned values

2010-03-22 Thread Octavian Voicu
Hello, I'm trying to compile wine with --enable-maintainer-mode and I get lots of errors like `ignoring return value of ‘xxx’, declared with attribute warn_unused_result'. I would like to submit a few patches to fix them. I noticed there's a page on the wiki for this: http://wiki.winehq.org/Ignor