GNOME Bugzilla – Bug 667306
discoverer: don't use unportable vararg macro
Last modified: 2012-01-05 12:25:21 UTC
Created attachment 204624 [details] [review] patch Passing no arguments to the existing one that expects varargs will result in compilation warnings or erros with certain compilers on certain platforms. SunPro on Solaris being one example.
I've solved this differently, hope it fixes your issue as well. commit 19d17b8f248f00967d1f96a4d9d7cf0df1742492 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Thu Jan 5 12:23:08 2012 +0000 tools: avoid unportable vararg macro construct in gst-discoverer https://bugzilla.gnome.org/show_bug.cgi?id=667306