<div dir="ltr">Hi,<br><br>I can pass "format string is not a string literal" error using "check: fix 'format string is not a string literal' warning with clang" patch.<br><div>However I faced "argument unused during compilation" error.</div><div><br></div><div><div>CC       testrtpool-testrtpool.o</div><div>CCLD     testrtpool</div><div>clang: error: argument unused during compilation: '-pthread'</div><div>clang: error: argument unused during compilation: '-pthread'</div><div>make[5]: *** [testrtpool] Error 1</div><div>make[4]: *** [all] Error 2</div><div>make[3]: *** [manual] Error 2</div></div><div><br></div><div>So I removed -pthread option in tests/examples/streams/Makefile and tests/examples/manual/Makefile. Then I can compile without any errors. </div><div><span style="line-height:1.5">But I'm not sure this is a bug or not.</span></div><div><br></div><div>Thanks,</div><div>Steve.<br><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Oct 1, 2015 at 6:01 PM Tim Müller <<a href="mailto:tim@centricular.com">tim@centricular.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 2015-09-30 at 15:25 +0000, Steve Yun (윤종희) wrote:<br>
<br>
Hi,<br>
<br>
> I succeeded in compiling with -Wno-error=unused-command-line-argument<br>
> and -Wno-format-nonliteral options.<br>
> Now I am checking clang bugzilla.<br>
<br>
See if this helps:<br>
<a href="http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=5d3c58902fdecfdd4e8148a59e5ce5a10edca1c8" rel="noreferrer" target="_blank">http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=5d3c58902fdecfdd4e8148a59e5ce5a10edca1c8</a><br>
<br>
I've reverted that part to what it was before now.<br>
<br>
Cheers<br>
 -Tim<br>
<br>
--<br>
Tim Müller, Centricular Ltd - <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
<br>
Join us at the GStreamer Conference: 8-9 October 2015 in Dublin, Ireland<br>
<br>
<br>
<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>