GNOME Bugzilla – Bug 645267
build: fix build with -Werror with GCC 4.6.0
Last modified: 2011-03-21 08:30:32 UTC
Because -Werror is the default, this breaks the build of gstreamer. Setting to critical. I will override -Werror in the jhbuild modulesets until this is fixed. Really not sure that the third chunk's loop was of any value before this patch and it certainly may not be after this patch. (Optimizations, etc, etc.) Not sure that it really matters.
Created attachment 183824 [details] [review] build: fix build with -Werror with GCC 4.6.0 This touches three areas of code, removes unused variables and discards return values from two functions with (void).
Thanks for the patch. -Werror is only used when building git. You can use make ERROR_CFLAGS='' to build without -Werror.
commit a789096c04a661cf34df833be8ee927388aa12de Author: Jason D. Clinton <me@jasonclinton.com> Date: Sat Mar 19 17:06:12 2011 -0500 build: fix build with -Werror with GCC 4.6.0 This touches three areas of code, removes unused variables and discards return values from two functions with (void). https://bugzilla.gnome.org/show_bug.cgi?id=645267