mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Quiet GCC 4.2 warning.
This commit is contained in:
parent
7325b9bce7
commit
1fd47020d8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170412
@ -892,7 +892,7 @@ static int
|
||||
isp_en_lun(ispsoftc_t *isp, union ccb *ccb)
|
||||
{
|
||||
struct ccb_en_lun *cel = &ccb->cel;
|
||||
tstate_t *tptr;
|
||||
tstate_t *tptr = NULL;
|
||||
uint32_t seq;
|
||||
int bus, cmd, av, wildcard, tm_on;
|
||||
lun_id_t lun;
|
||||
|
Loading…
Reference in New Issue
Block a user