From 0c16aa6d39be6e37b7c8c86416a261cbb0c55bd1 Mon Sep 17 00:00:00 2001 From: Stephen Wilson Date: Wed, 23 Mar 2011 02:12:10 +0000 Subject: Eliminate a pile of "type qualifiers ignored on function return type" warnings. llvm-svn: 128136 --- lldb/source/Interpreter/CommandObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Interpreter/CommandObject.cpp') diff --git a/lldb/source/Interpreter/CommandObject.cpp b/lldb/source/Interpreter/CommandObject.cpp index 6503e29d5e6..7cdf36dcfe0 100644 --- a/lldb/source/Interpreter/CommandObject.cpp +++ b/lldb/source/Interpreter/CommandObject.cpp @@ -570,7 +570,7 @@ CommandObject::GetFormattedCommandArguments (Stream &str) } } -const CommandArgumentType +CommandArgumentType CommandObject::LookupArgumentName (const char *arg_name) { CommandArgumentType return_type = eArgTypeLastArg; -- cgit v1.2.3