Here is a warning report from a 64bit system. I get a lot of warnings on both 32 and 64bit wines. Many of them are "variable set but not used" (unused error returns, ...).
http://bugs.winehq.org/show_bug.cgi?id=26768 was filed a while ago for the oleaut32 spam.
On Thu, Sep 1, 2011 at 7:13 AM, Octavian Voicu octavian.voicu@gmail.com wrote:
On Thu, Sep 1, 2011 at 4:27 AM, Dan Kegel dank@kegel.com wrote:
At which point it would probably be a fine idea to add -Werror by default; buildbot will help keep everyone in sync, even if they're using a compiler that doesn't catch as many warnings as the one buildbot uses.
Have you tried compiling on 64-bit? There are still a handful of compile warnings there (most in oleaut32/tmarshal.c; then setupapi/devinst.c; dsound+winmm).
Octavian