--- np2/cbus/scsicmd.c 2004/01/22 01:10:03 1.1 +++ np2/cbus/scsicmd.c 2004/01/22 04:59:48 1.2 @@ -47,6 +47,7 @@ static UINT scsicmd_datain(SXSIDEV sxsi, default: length = 0; } + (void)sxsi; return(length); } @@ -60,6 +61,7 @@ static UINT scsicmd_datain(SXSIDEV sxsi, REG8 scsicmd_negate(REG8 id) { scsiio.phase = 0; + (void)id; return(0x85); // disconnect }