Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2004 11:22:28 +0100
From:      des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=)
To:        FreeBSD Tinderbox <tinderbox@freebsd.org>
Cc:        ia64@freebsd.org
Subject:   Re: [current tinderbox] failure on ia64/ia64
Message-ID:  <xzpad2fhixn.fsf@dwp.des.no>
In-Reply-To: <20040317040254.386947303A@freebsd-current.sentex.ca> (FreeBSD Tinderbox's message of "Tue, 16 Mar 2004 23:02:54 -0500 (EST)")
References:  <20040317040254.386947303A@freebsd-current.sentex.ca>

index | next in thread | previous in thread | raw e-mail

FreeBSD Tinderbox <tinderbox@freebsd.org> writes:
> /other/tinderbox/CURRENT/ia64/ia64/src/sys/dev/sound/pci/vibes.c: In function `sv_mix_setrecsrc':
> /other/tinderbox/CURRENT/ia64/ia64/src/sys/dev/sound/pci/vibes.c:541: warning: `i' might be used uninitialized in this function
> *** Error code 1

Now that is wierd...  and I can't reproduce it.  There is no way i can
be used uninitialized, it is not referenced anywhere outside this
loop:

        for(i = 0; i < SOUND_MIXER_NRDEVICES; i++) {
                if ((1 << i) & mask) {
                        v |= mt[i].iselect;
                }
        }

If the problem persists, we'll have to conclude that gcc is broken
somehow.

DES
-- 
Dag-Erling Smørgrav - des@des.no


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpad2fhixn.fsf>