<div dir="ltr"><br>I didn't find any patch fixing this compile error in bugzilla.<div>Could you let me know how fixing this error?</div><div><br></div><div>Thanks.</div><div>- Steve<br><div><br><div class="gmail_quote"><div dir="ltr">On Mon, Sep 28, 2015 at 11:33 PM Nirbheek Chauhan <<a href="mailto:nirbheek.chauhan@gmail.com" target="_blank">nirbheek.chauhan@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Sep 28, 2015 at 7:39 PM, Steve Yun (윤종희) <<a href="mailto:yun.jonghee@gmail.com" target="_blank">yun.jonghee@gmail.com</a>> wrote:<br>
> Hi there,<br>
><br>
> I meet compile error when compiling gstreamer 1.6.0.<br>
><br>
>   CC       libgstcheck_1.0_la-gstbufferstraw.lo<br>
>   CC       libgstcheck_1.0_la-gstcheck.lo<br>
> gstcheck.c:1033:27: error: format string is not a string literal<br>
> [-Werror,-Wformat-nonliteral]<br>
>   msg = g_strdup_vprintf (expr, args);<br>
>                           ^~~~<br>
<br>
It seems this was broken by f409dd48<br>
(<a href="https://bugzilla.gnome.org/show_bug.cgi?id=755019" rel="noreferrer" target="_blank">https://bugzilla.gnome.org/show_bug.cgi?id=755019</a>). An indentation<br>
change removed the G_GNUC_PRINTF macro that was silencing this<br>
warning. This is only visible on clang because only clang applies the<br>
-Wformat-nonliteral flag to function definitions that take va_list<br>
arguments.<br>
<br>
--<br>
~Nirbheek Chauhan<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div></div>