Date: Fri, 19 Mar 2004 20:38:21 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci vibes.c Message-ID: <200403200438.i2K4cLlc082345@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004/03/19 20:38:21 PST FreeBSD src repository Modified files: sys/dev/sound/pci vibes.c Log: Actually program the list of recording devices in sv_mix_setrecsrc(). This change has not been tested. This change was triggered by a gcc(1) warning on ia64 at -O2. The variable v was not used after being computed, which resulted in enough dead code elimination (DCE) to confuse the compiler and emit a bogus warning about the use of the variable i without prior definition. The variable i is the loop variable. Submitted by: des Responsibility: marcel Revision Changes Path 1.16 +1 -0 src/sys/dev/sound/pci/vibes.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403200438.i2K4cLlc082345>