From owner-cvs-gnu Sat Jul 13 05:48:27 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA09886 for cvs-gnu-outgoing; Sat, 13 Jul 1996 05:48:27 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA09881; Sat, 13 Jul 1996 05:48:24 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id FAA18300; Sat, 13 Jul 1996 05:46:28 -0700 (PDT) To: Bruce Evans cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org, jkh@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/lib/libg++/libg++ bitblt.c bitlcomp.c src/gnu/usr.bin/ld/ldconfig ldconfig.c src/gnu/usr.bin/ld/rtld malloc.c src/gnu/lib/libg++/libio filedoalloc.c ioprims.c src/gnu/usr.bin/cc/cc_int bc-emit.c c-common.c calls.c combine.c convert.c cse.c dbxout.c emit-rtl.c explow.c expmed.c expr.c final.c flow.c fold-const.c src/gnu/usr.bin/ld ld.c lib.c rrs.c warnings.c In-reply-to: Your message of "Sat, 13 Jul 1996 20:36:55 +1000." <199607131036.UAA20539@godzilla.zeta.org.au> Date: Sat, 13 Jul 1996 05:46:27 -0700 Message-ID: <18298.837261987@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Well, it's not like this version isn't going to be eventually replaced completely anyway. :-) Jordan > > Modified: gnu/lib/libg++/libg++ bitblt.c bitlcomp.c > > gnu/lib/libg++/libio filedoalloc.c ioprims.c > > gnu/usr.bin/cc/cc_int bc-emit.c c-common.c calls.c > > combine.c convert.c cse.c dbxout.c emit-rtl.c > > explow.c expmed.c expr.c final.c flow.c > > fold-const.c > > gnu/usr.bin/ld ld.c lib.c rrs.c warnings.c > > gnu/usr.bin/ld/ldconfig ldconfig.c > > gnu/usr.bin/ld/rtld malloc.c > > Log: > > General -Wall warning cleanup, part I. > > Submitted-By: Kent Vander Velden > > Cleaning gcc just makes it harder to maintain. > > Bruce