12-05-2003 some@user $ gcc programa.c
Warning: The function xxxxx() is deprecated
12-05-2004 some@user $ gcc programa.c
Warning: The function xxxxx() is deprecated
12-05-2005 some@user $ gcc programa.c
/tmp/ccTm0g4f.o(.text+0x11): En la función `main':
: undefined reference to `xxxxx'
collect2: ld devolvió el estado de salida 1
Re:Para que os rompeis la cabeza
(Puntos:2, Inspirado)( http://barrapunto.com/ )
Warning: The function xxxxx() is deprecated
12-05-2004 some@user $ gcc programa.c
Warning: The function xxxxx() is deprecated
12-05-2005 some@user $ gcc programa.c
/tmp/ccTm0g4f.o(.text+0x11): En la función `main':
: undefined reference to `xxxxx'
collect2: ld devolvió el estado de salida 1
Los warnings nunca tienen importancia ...