https://bugs.winehq.org/show_bug.cgi?id=41690
--- Comment #3 from fjfrackiewicz@gmail.com --- (In reply to Bruno Jesus from comment #2)
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.
OK, thank you, will do :)