summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-11-02 21:35:26 +0000
committerPavel Labath <labath@google.com>2017-11-02 21:35:26 +0000
commiteac00c3be67ffaf831bedabaeb1b558f49c4cec8 (patch)
tree708a17d065a0334fa16ece717f1acfc2ea76a418 /lldb/source/Plugins/LanguageRuntime
parent1d02b13eb7758844adb9f1cec0828376f10d365a (diff)
downloadbcm5719-llvm-eac00c3be67ffaf831bedabaeb1b558f49c4cec8.tar.gz
bcm5719-llvm-eac00c3be67ffaf831bedabaeb1b558f49c4cec8.zip
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
Diffstat (limited to 'lldb/source/Plugins/LanguageRuntime')
-rw-r--r--lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
index 5ac6b194111..105c088b9e9 100644
--- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
+++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
@@ -324,8 +324,6 @@ public:
clang::ASTContext &ast_ctx(interface_decl->getASTContext());
- clang::QualType return_qual_type;
-
const bool isInstance = instance;
const bool isVariadic = false;
const bool isSynthesized = false;
OpenPOWER on IntegriCloud