GNOME Bugzilla – Bug 136841
Some code will need to be rewritten to compile against gcc 3.5
Last modified: 2004-12-22 21:47:04 UTC
gstreamer has some code that will need to be written to compile w. gcc 3.5 when it is released. Not important immediately, as 2.5 is a long way off, but it will be released at some point, and there will be some changes in 3.5 that will not let gstreamer build As-Is - mark as TODO for later.
to be more precise, there are several 'cast as lvalue' which were made infamous in the linux kernel. please include any place you found this compilation warning/error in gstreamer
Is there a way to trigger warnings from gcc for this?
Build with gcc-3.4
You could at least have given me a link. But since I'm a crazy LFS user, I've happily patched my gcc 3.3.3 sources to emit that warning and fixed the issues. So there :p