Subject: re: CVS commit: src/sys/dev/scsipi
To: Frederick Bruckman <fredb@immanent.net>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 10/28/2003 12:24:21
In article <20031027230305.778422DA1D@cvs.netbsd.org>,
fredb@netbsd.org (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.
mac68k has switched hasn't it?
.mrg.