diff options
| author | Steve Naroff <snaroff@apple.com> | 2008-05-20 00:46:15 +0000 |
|---|---|---|
| committer | Steve Naroff <snaroff@apple.com> | 2008-05-20 00:46:15 +0000 |
| commit | 0053c8aa87fc57241922118cde81782e9f2cb9c1 (patch) | |
| tree | 9f5ffabbf347535707208142042013d54c0b03c3 | |
| parent | ce20e8fe8d4855fda2175f1ddd12b8b1545a4730 (diff) | |
| download | bcm5719-llvm-0053c8aa87fc57241922118cde81782e9f2cb9c1.tar.gz bcm5719-llvm-0053c8aa87fc57241922118cde81782e9f2cb9c1.zip | |
Silence a warning about "*/" outside a comment.
llvm-svn: 51287
| -rw-r--r-- | llvm/include/llvm/Support/CommandLine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index d1fef1fabe9..2e1661286c7 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/include/llvm/Support/CommandLine.h @@ -1257,7 +1257,7 @@ public: class alias : public Option { Option *AliasFor; - virtual bool handleOccurrence(unsigned pos, const char */*ArgName*/, + virtual bool handleOccurrence(unsigned pos, const char * /*ArgName*/, const std::string &Arg) { return AliasFor->handleOccurrence(pos, AliasFor->ArgStr, Arg); } |

