From owner-cvs-all Wed Oct 16 20:46:13 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 127FB37B401; Wed, 16 Oct 2002 20:46:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAB1943E6A; Wed, 16 Oct 2002 20:46:12 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9H3jZmV012826; Wed, 16 Oct 2002 20:45:35 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9H3jZvf012825; Wed, 16 Oct 2002 20:45:35 -0700 (PDT) Message-Id: <200210170345.g9H3jZvf012825@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 16 Oct 2002 20:45:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci t4dwave.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 marcel 2002/10/16 20:45:34 PDT Modified files: sys/dev/sound/pci t4dwave.c Log: Suppress the uninitialized variable warning on ia64 introduced by the previous commit by initializing i and j. These initializations will normally be eliminated by the compiler. Revision Changes Path 1.34 +4 -0 src/sys/dev/sound/pci/t4dwave.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message