little problems with gcc 3.0.3

Alexandre Oliva aoliva@redhat.com
Wed Jan 16 09:22:00 GMT 2002


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



More information about the Gcc mailing list