From owner-cvs-all Sun Aug 11 4:10:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA91F37B405; Sun, 11 Aug 2002 04:10:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 708A543E3B; Sun, 11 Aug 2002 04:10:44 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7BBAiJU056305; Sun, 11 Aug 2002 04:10:44 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7BBAiLQ056304; Sun, 11 Aug 2002 04:10:44 -0700 (PDT) Message-Id: <200208111110.g7BBAiLQ056304@freefall.freebsd.org> From: Ruslan Ermilov Date: Sun, 11 Aug 2002 04:10:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/11 04:10:43 PDT Modified files: usr.bin/make main.c Log: main.c:450: warning: `targs' might be used uninitialized in this function Spotted by: patrick@godloveya.com, naddy, -Wuninitialized This segfaulted alpha and sparc64; i386 had this magically zeroed. Revision Changes Path 1.69 +1 -1 src/usr.bin/make/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message