Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/scsipi



In article <20031027230305.778422DA1D%cvs.netbsd.org@localhost>,
        fredb%netbsd.org@localhost (Frederick Bruckman) writes:
> 
> Module Name:  src
> Committed By: fredb
> Date:         Mon Oct 27 23:03:05 UTC 2003
> 
> Modified Files:
>       src/sys/dev/scsipi: sd.c
> 
> Log Message:
> Appease gcc3 -Wno-uninitialized (even though blkno is clearly assigned in
> each branch of a conditional).

It's actually not gcc3 that's stupid: I only just now realized "mac68k"
is still usiing gcc 2.95.3. All such assignments should probably be given
a second look after we've completely switched to gcc3.

-- 
Frederick



Home | Main Index | Thread Index | Old Index