https://bugs.winehq.org/show_bug.cgi?id=41690
Bug ID: 41690 Summary: winegstreamer compiler warnings when building Wine 64-bit Product: Wine Version: 1.9.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winegstreamer Assignee: wine-bugs@winehq.org Reporter: fjfrackiewicz@gmail.com Distribution: ---
Created attachment 56086 --> https://bugs.winehq.org/attachment.cgi?id=56086 Compiler warnings for winegstreamer
When compiling the 64-bit version of wine-1.9.22-129-g906e770, I receive the attached compiler warnings for winegstreamer.
https://bugs.winehq.org/show_bug.cgi?id=41690
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |ArchLinux
--- Comment #1 from fjfrackiewicz@gmail.com --- GCC version:
gcc (GCC) 6.2.1 20160830
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.
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 :)
https://bugs.winehq.org/show_bug.cgi?id=41690
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing