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 667306 - discoverer: don't use unportable vararg macro
discoverer: don't use unportable vararg macro
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-04 20:40 UTC by Håvard Graff (hgr)
Modified: 2012-01-05 12:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (4.29 KB, patch)
2012-01-04 20:40 UTC, Håvard Graff (hgr)
reviewed Details | Review

Description Håvard Graff (hgr) 2012-01-04 20:40:52 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.
Comment 1 Tim-Philipp Müller 2012-01-05 12:24:41 UTC
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