From owner-cvs-gnu Sat Jul 13 03:55:33 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA04131 for cvs-gnu-outgoing; Sat, 13 Jul 1996 03:55:33 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA04110; Sat, 13 Jul 1996 03:55:11 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id UAA20539; Sat, 13 Jul 1996 20:36:55 +1000 Date: Sat, 13 Jul 1996 20:36:55 +1000 From: Bruce Evans Message-Id: <199607131036.UAA20539@godzilla.zeta.org.au> To: 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 Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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