After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 573110 - pulsemixerctrl strict aliasing fixes
pulsemixerctrl strict aliasing fixes
Status: RESOLVED DUPLICATE of bug 571153
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.14
Other Linux
: Normal trivial
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-25 13:39 UTC by Stanislav Brabec
Modified: 2009-02-25 14:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
gst-plugins-good-pulsemixerctrl-strict-aliasing.patch (1.24 KB, patch)
2009-02-25 13:40 UTC, Stanislav Brabec
none Details | Review

Description Stanislav Brabec 2009-02-25 13:39:26 UTC
Explicit type cast "(gint *) & c->track->flags" causes compiler warnings and may lead to a mis-compilation.

As the code can be compiled without type cast and without any warning, it safer to remove it.
Comment 1 Stanislav Brabec 2009-02-25 13:40:10 UTC
Created attachment 129485 [details] [review]
gst-plugins-good-pulsemixerctrl-strict-aliasing.patch
Comment 2 Jan Schmidt 2009-02-25 14:14:47 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 571153 ***