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 529742 - New warnings with gcc 4.3.0
New warnings with gcc 4.3.0
Status: RESOLVED DUPLICATE of bug 316221
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-24 16:19 UTC by Christian Fredrik Kalager Schaller
Modified: 2008-04-24 17:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2008-04-24 16:19:55 UTC
cc1: warnings being treated as errors
gstffmpeg.c: In function 'gst_ffmpeg_avcodec_open':
gstffmpeg.c:51: error: dereferencing type-punned pointer will break strict-aliasing rules
gstffmpeg.c:53: error: dereferencing type-punned pointer will break strict-aliasing rules
gstffmpeg.c: In function 'gst_ffmpeg_avcodec_close':
gstffmpeg.c:63: error: dereferencing type-punned pointer will break strict-aliasing rules
gstffmpeg.c:65: error: dereferencing type-punned pointer will break strict-aliasing rules
gstffmpeg.c: In function 'gst_ffmpeg_av_find_stream_info':
gstffmpeg.c:75: error: dereferencing type-punned pointer will break strict-aliasing rules
gstffmpeg.c:77: error: dereferencing type-punned pointer will break strict-aliasing rules
make[3]: *** [libgstffmpeg_la-gstffmpeg.lo] Error 1
make[3]: Leaving directory `/home/cschalle/gst/gst-ffmpeg/ext/ffmpeg'
Comment 1 Sebastian Dröge (slomo) 2008-04-24 17:18:31 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 316221 ***