GNOME Bugzilla – Bug 573110
pulsemixerctrl strict aliasing fixes
Last modified: 2009-02-25 14:14:47 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.
Created attachment 129485 [details] [review] gst-plugins-good-pulsemixerctrl-strict-aliasing.patch
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 ***