forked from OSchip/llvm-project
Eliminate a pile of "type qualifiers ignored on function return type" warnings.
llvm-svn: 128136
This commit is contained in:
parent
e9b1491d49
commit
0c16aa6d39
|
@ -120,7 +120,7 @@ public:
|
|||
static const ArgumentTableEntry*
|
||||
GetArgumentTable ();
|
||||
|
||||
static const lldb::CommandArgumentType
|
||||
static lldb::CommandArgumentType
|
||||
LookupArgumentName (const char *arg_name);
|
||||
|
||||
static ArgumentTableEntry *
|
||||
|
|
|
@ -570,7 +570,7 @@ CommandObject::GetFormattedCommandArguments (Stream &str)
|
|||
}
|
||||
}
|
||||
|
||||
const CommandArgumentType
|
||||
CommandArgumentType
|
||||
CommandObject::LookupArgumentName (const char *arg_name)
|
||||
{
|
||||
CommandArgumentType return_type = eArgTypeLastArg;
|
||||
|
|
Loading…
Reference in New Issue