Fix some warnings found by ToT clang
authorPavel Labath <labath@google.com>
Thu, 2 Nov 2017 21:35:26 +0000 (21:35 +0000)
committerPavel Labath <labath@google.com>
Thu, 2 Nov 2017 21:35:26 +0000 (21:35 +0000)
commiteac00c3be67ffaf831bedabaeb1b558f49c4cec8
tree708a17d065a0334fa16ece717f1acfc2ea76a418
parent1d02b13eb7758844adb9f1cec0828376f10d365a
Fix some warnings found by ToT clang

These fall into two categories:
- unused variables
- (uint8_t *)NULL + X -- changed to reinterpret_cast(X)

llvm-svn: 317270
lldb/include/lldb/Core/RangeMap.h
lldb/source/Breakpoint/BreakpointIDList.cpp
lldb/source/Core/FileSpecList.cpp
lldb/source/Core/Value.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
lldb/source/Symbol/CompilerType.cpp
lldb/source/Symbol/Type.cpp
lldb/source/Target/PathMappingList.cpp
lldb/source/Utility/UriParser.cpp