mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +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 Option {
|
||||
friend void cl::ParseCommandLineOptions(int &, char **, const char *, int);
|
||||
friend void cl::ParseCommandLineOptions(int &, char **, const char *);
|
||||
friend class alias;
|
||||
|
||||
// handleOccurrences - Overriden by subclasses to handle the value passed into
|
||||
|
@ -119,7 +119,7 @@ enum MiscFlags { // Miscellaneous flags to adjust argument
|
||||
//
|
||||
class alias;
|
||||
class Option {
|
||||
friend void cl::ParseCommandLineOptions(int &, char **, const char *, int);
|
||||
friend void cl::ParseCommandLineOptions(int &, char **, const char *);
|
||||
friend class alias;
|
||||
|
||||
// handleOccurrences - Overriden by subclasses to handle the value passed into
|
||||
|
Loading…
Reference in New Issue
Block a user