public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* little problems with gcc 3.0.3
@ 2002-01-16  1:17 Massimiliano Cialdi
  2002-01-16  8:48 ` Alexandre Oliva
  0 siblings, 1 reply; 2+ messages in thread
From: Massimiliano Cialdi @ 2002-01-16  1:17 UTC (permalink / raw)
  To: gcc, gcc-help

I installed gcc 3.0.3 on my pc.
I use RTlinux and when I compile something I often obtain a warning like 
  this:
/usr/src/rtlinux/rtlinux-3.1/linux/include/asm/rtlinux_cli.h:24:13: 
warning: extra tokens at end of #undef directive

at the indicated line of rtlinux_cli.h there is
#undef __cli()

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

thanks and sorry for my english
-- 
Massimiliano Cialdi
cialdi@control.dsi.unifi.it
cialdi@firenze.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: little problems with gcc 3.0.3
  2002-01-16  1:17 little problems with gcc 3.0.3 Massimiliano Cialdi
@ 2002-01-16  8:48 ` Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2002-01-16  8:48 UTC (permalink / raw)
  To: Massimiliano Cialdi; +Cc: gcc, gcc-help

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-01-16 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-16  1:17 little problems with gcc 3.0.3 Massimiliano Cialdi
2002-01-16  8:48 ` Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).