Silence a warning about "*/" outside a comment.

llvm-svn: 51287
This commit is contained in:
Steve Naroff 2008-05-20 00:46:15 +00:00
parent ce20e8fe8d
commit 0053c8aa87
1 changed files with 1 additions and 1 deletions

View File

@ -1257,7 +1257,7 @@ public:
class alias : public Option { class alias : public Option {
Option *AliasFor; Option *AliasFor;
virtual bool handleOccurrence(unsigned pos, const char */*ArgName*/, virtual bool handleOccurrence(unsigned pos, const char * /*ArgName*/,
const std::string &Arg) { const std::string &Arg) {
return AliasFor->handleOccurrence(pos, AliasFor->ArgStr, Arg); return AliasFor->handleOccurrence(pos, AliasFor->ArgStr, Arg);
} }