On 31 May 2016 at 16:24, Ed Maste <ema...@freebsd.org> wrote:
>
> ../tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:1762:61:
> warning: data argument not used by format string [-Wformat-extra-args]
>                                                             type_name_cstr);
>                                                             ^

Oops, hit send too early. I didn't make a change because it wasn't
obvious from the diff context if the format string should have a %s
added, or if the extraneous type_name_cstr arg should be deleted.
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to