This is the mail archive of the gcc-help@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]

Re: Extra Tokens


On Aug 21, 2001, "James Otto" <jsotto@valeria.mp.sandia.gov> wrote:

>  i'm using gcc w/ -Wall and it's whining about

>  "extra tokens at end of #endif directive"

Yep, this is actually an error on a number of C compilers out there.
That's why GCC warns about it.

>  is there an option to control (eliminate) this
>  warning?

I don't think so.  -Wall is the option that controls this warning
(along with many others).

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]