From owner-freebsd-hackers Sat Apr 15 15:09:39 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA04134 for hackers-outgoing; Sat, 15 Apr 1995 15:09:39 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id PAA04120 for ; Sat, 15 Apr 1995 15:09:29 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA13112; Sun, 16 Apr 1995 00:01:17 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id AAA07820 for freebsd-hackers@freebsd.org; Sun, 16 Apr 1995 00:01:16 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id XAA03257 for freebsd-hackers@freebsd.org; Sat, 15 Apr 1995 23:59:44 +0200 From: J Wunsch Message-Id: <199504152159.XAA03257@uriah.heep.sax.de> Subject: Re: 90's compilers To: freebsd-hackers@FreeBSD.org (FreeBSD hackers) Date: Sat, 15 Apr 1995 23:59:43 +0200 (MET DST) In-Reply-To: <199504151911.FAA00626@godzilla.zeta.org.au> from "Bruce Evans" at Apr 16, 95 05:11:59 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 620 Sender: hackers-owner@FreeBSD.org Precedence: bulk As Bruce Evans wrote: > > Produces a few warnings for the new code and too many warnings for old > code: ... > /usr/src/usr.bin/dmenu/strsed.c:2: warning: `rcsid' defined but not used This is the only acceptable one (missing a working #ident), the remainder needs to be cleared. Yeah, i know, it will be *lots* of work. But if we never start, we'll never reach the end. New code should only be accepted if it compiles without avoidable warnings from -Wall -W. :-) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)