From owner-freebsd-hackers Sat Apr 15 14:55:07 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA03351 for hackers-outgoing; Sat, 15 Apr 1995 14:55:07 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA03344 ; Sat, 15 Apr 1995 14:55:06 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Bruce Evans cc: joerg_wunsch@uriah.heep.sax.de, freebsd-hackers@FreeBSD.org Subject: Re: 90's compilers In-reply-to: Your message of "Sun, 16 Apr 95 05:11:59 +1000." <199504151911.FAA00626@godzilla.zeta.org.au> Date: Sat, 15 Apr 1995 14:55:04 -0700 Message-ID: <3342.797982904@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@FreeBSD.org Precedence: bulk > 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! > /usr/src/usr.bin/dmenu/strsed.c:3: warning: text following `#endif' violates ANSI standard > /usr/src/usr.bin/dmenu/strsed.c:136: warning: function declaration isn't a pr > [all in strsed] You know, that figures. Strsed is the one piece I took from code that's almost 10 years old! :-( Jordan