diff options
| author | Pavel Labath <labath@google.com> | 2017-06-06 14:06:22 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2017-06-06 14:06:22 +0000 |
| commit | 32f29fac41f0bfa331bbb77c3dbc6d22a9647387 (patch) | |
| tree | 4981ce996791213aa45917f05c2372bfe98566b5 /lldb/source/Plugins/LanguageRuntime/ObjC | |
| parent | 10c41f37b5ae69ddaec7a81f5141cf00090bae22 (diff) | |
| download | bcm5719-llvm-32f29fac41f0bfa331bbb77c3dbc6d22a9647387.tar.gz bcm5719-llvm-32f29fac41f0bfa331bbb77c3dbc6d22a9647387.zip | |
Fix assorted compiler warnings. NFC
llvm-svn: 304796
Diffstat (limited to 'lldb/source/Plugins/LanguageRuntime/ObjC')
| -rw-r--r-- | lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp index 566fefaf798..9cac499c0ff 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp @@ -171,6 +171,7 @@ UtilityFunction *AppleObjCRuntimeV1::CreateObjectChecker(const char *name) { " \n", name); assert(strformatsize < (int)sizeof(buf->contents)); + (void)strformatsize; Status error; return GetTargetRef().GetUtilityFunctionForLanguage( |

