diff options
author | Pavel Labath <pavel@labath.sk> | 2019-02-07 13:51:38 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-02-07 13:51:38 +0000 |
commit | 76016ba1ca86b2b25eca168aa6216ebd8e1fc3b9 (patch) | |
tree | dd8db038c427fc909d0cedc9491428c8ecd6796a /lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc | |
parent | 3f35ab8b30001ca8038795320c48cf640e59b36b (diff) | |
download | bcm5719-llvm-76016ba1ca86b2b25eca168aa6216ebd8e1fc3b9.tar.gz bcm5719-llvm-76016ba1ca86b2b25eca168aa6216ebd8e1fc3b9.zip |
Fix some warnings introduced in r353324 (ReproducerInstrumentation patch)
GetIndexForObjectImpl generated a bunch of "conversion casts away
constness warnings". Change the function to use "const void *" (and
static_cast, while I'm at it), to avoid this.
Driver.cpp: unused variable "replay" (this was actually caused by a
subsequent partial revert of this patch). I just finish the revert by
removing the variable completely.
llvm-svn: 353405
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc')
0 files changed, 0 insertions, 0 deletions