https://bugs.winehq.org/show_bug.cgi?id=41690
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTOURBUG Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com ---
From your log:
/usr/include/glib-2.0/gobject/gparam.h:166:35: warning: result of ‘1 << 31’ requires 33 bits to represent, but ‘int’ only has 32 bits [-Wshift-overflow=] G_PARAM_DEPRECATED = 1 << 31
As you can see the problem is inside a header outside of Wine source. You have to report the bug to glib project.