forked from OSchip/llvm-project
Silence a warning about "*/" outside a comment.
llvm-svn: 51287
This commit is contained in:
parent
ce20e8fe8d
commit
0053c8aa87
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue