[Bug 710621] utils: Uses non-literal as format string

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 30 21:55:13 CET 2013


https://bugzilla.gnome.org/show_bug.cgi?id=710621
  GStreamer | gstreamer (core) | git

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.1
            Summary|build fails on Mac OSX      |utils: Uses non-literal as
                   |                            |format string

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2013-10-30 20:55:06 UTC ---
This should fix it. Please test :)

commit 7e5dc030f5e39998169166a8b1a734f3bf7efc62
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Wed Oct 30 21:53:36 2013 +0100

    utils: Add some attributes and reorganize code to fix compiler warnings

    gstutils.c:3659:41: error: format string is not a string literal
    [-Werror,-Wformat-nonliteral]
        gchar *expanded = g_strdup_vprintf (stream_id, var_args);

    https://bugzilla.gnome.org/show_bug.cgi?id=710621

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list