This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
> > +Wvla > > +C ObjC C++ ObjC++ Var(warn_vla) Init(-1) > > +Warn if a variable length array is used > > + > > Wvariadic-macros > > C ObjC C++ ObjC++ > > Do not warn about using variadic macros when -pedantic > > > > I am sure you will notice it when merging, but just in case: you need > > to add 'Warning' to the end of the second line.
I don't understand which line I need to add "Warning" to.
Take a look to common.opt or c.opt in HEAD. You will also see why your patch may fail to apply there. I had the same "surprise" with mines ;-)
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |