diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectApropos.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectApropos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectApropos.cpp b/lldb/source/Commands/CommandObjectApropos.cpp index c493d4fb6d7..2eeec78e4b0 100644 --- a/lldb/source/Commands/CommandObjectApropos.cpp +++ b/lldb/source/Commands/CommandObjectApropos.cpp @@ -56,7 +56,7 @@ CommandObjectApropos::~CommandObjectApropos() bool CommandObjectApropos::DoExecute (Args& args, CommandReturnObject &result) { - const int argc = args.GetArgumentCount (); + const size_t argc = args.GetArgumentCount (); if (argc == 1) { |