mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-30 15:22:41 +00:00
The prototype for ParseCommandLineOptions changed at some point, but this
was never updated. I guess GCC just ignores the prototype git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13995 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1770e2cf01
commit
51ae205adf
@ -119,7 +119,7 @@ enum MiscFlags { // Miscellaneous flags to adjust argument
|
|||||||
//
|
//
|
||||||
class alias;
|
class alias;
|
||||||
class Option {
|
class Option {
|
||||||
friend void cl::ParseCommandLineOptions(int &, char **, const char *, int);
|
friend void cl::ParseCommandLineOptions(int &, char **, const char *);
|
||||||
friend class alias;
|
friend class alias;
|
||||||
|
|
||||||
// handleOccurrences - Overriden by subclasses to handle the value passed into
|
// handleOccurrences - Overriden by subclasses to handle the value passed into
|
||||||
|
@ -119,7 +119,7 @@ enum MiscFlags { // Miscellaneous flags to adjust argument
|
|||||||
//
|
//
|
||||||
class alias;
|
class alias;
|
||||||
class Option {
|
class Option {
|
||||||
friend void cl::ParseCommandLineOptions(int &, char **, const char *, int);
|
friend void cl::ParseCommandLineOptions(int &, char **, const char *);
|
||||||
friend class alias;
|
friend class alias;
|
||||||
|
|
||||||
// handleOccurrences - Overriden by subclasses to handle the value passed into
|
// handleOccurrences - Overriden by subclasses to handle the value passed into
|
||||||
|
Loading…
x
Reference in New Issue
Block a user