[Lldb-commits] [lldb] r270891 - Make sure that we succeed in starting a definition before we complete it and emit an error if we fail to start the definition.

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Tue May 31 13:27:32 PDT 2016


On 31 May 2016 at 16:24, Ed Maste <emaste at 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.


More information about the lldb-commits mailing list