This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: custom compiler warnings
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Mws <mws at twisted-brains dot org>, Antonio Coralles <noche dot suapie at reflex dot at>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 24 Mar 2005 15:23:13 -0600
- Subject: Re: custom compiler warnings
- References: <42432C6E.8080007@reflex.at> <42432CD4.8010905@twisted-brains.org>
Hi Mws,
> void foo() __attribute__ ((deprecated)) ;
I like your solution better than mine. :-)
--Eljay