commit | 47f07856222a1d2032ecfb346f04836b3660d449 | [log] [tgz] |
---|---|---|
author | Stephen Wilson <wilsons@start.ca> | Wed Mar 23 02:12:10 2011 +0000 |
committer | Stephen Wilson <wilsons@start.ca> | Wed Mar 23 02:12:10 2011 +0000 |
tree | 6dee8608804b7b27b073c549e379a3c5851949e8 | |
parent | 17ddd251bdaa5194950589e19dd1a012a352878f [diff] [blame] |
Eliminate a pile of "type qualifiers ignored on function return type" warnings. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@128136 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/CommandObject.cpp b/source/Interpreter/CommandObject.cpp index 6503e29..7cdf36d 100644 --- a/source/Interpreter/CommandObject.cpp +++ b/source/Interpreter/CommandObject.cpp
@@ -570,7 +570,7 @@ } } -const CommandArgumentType +CommandArgumentType CommandObject::LookupArgumentName (const char *arg_name) { CommandArgumentType return_type = eArgTypeLastArg;