GNOME Bugzilla – Bug 670561
pulse: Missing return value in ext/pulse/pulseaudiosink.c
Last modified: 2012-02-21 20:17:07 UTC
Similarly to bug 670548, gst-plugins-good has a warning that is annoying when building openSUSE package.
Created attachment 208155 [details] [review] pulse: Fix a build warning when compiling with asserts disabled Return a value even if the code will never be reached, to make compilers happy.
Thanks. I've removed the assert then - no point really if we print a warning already (and it's all code in our control anyway, so shouldn't happen unless someone adds new properties). commit a32e030faadeb538b05ecc7920d74db9efedf4d4 Author: Vincent Untz <vuntz@gnome.org> Date: Tue Feb 21 17:57:44 2012 +0100 pulse: Fix a build warning when compiling with asserts disabled Return a value even if the code will never be reached, to make compilers happy. https://bugzilla.gnome.org/show_bug.cgi?id=670561