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

Re: little problems with gcc 3.0.3


On Jan 16, 2002, Massimiliano Cialdi <cialdi@firenze.net> wrote:

> #undef __cli()

> with gcc 2.95.3 it works perfectly, so what is changed? Can I ignore it?

Since it's just a warning, you're free to ignore it until it becomes a
hard error :-)  You have the option to fix the code and write:

#undef __cli

instead.

-- 
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]