Date: Sun, 16 Apr 1995 08:18:53 +1000 From: Bruce Evans <bde@zeta.org.au> To: bde@zeta.org.au, jkh@freefall.cdrom.com Cc: freebsd-hackers@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de Subject: Re: 90's compilers Message-ID: <199504152218.IAA06639@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> Unfortunately there is too much old code out there to do everything >> consistently and right. E.g., compiling dmenu with full ANSI and >> other warnings: >Hmmmm. I had forgotten about -traditional, as well. I suppose at >the very least, _P() is still necessary. Ugh and puke! It isn't. strsed.c is just too old to have prototypes (hidden by __P(()) in the non-ANSI case or raw). Using -traditional for only some sources would defeat half of the point of using an ANSI compiler and would be difficult to manage. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504152218.IAA06639>
