10869 fcp: comparison between pointer and integer

Review Request #1803 — Created April 28, 2019 and submitted

tsoome
illumos-gate
10869
fbb4029...
general
In file included from ../../common/sys/model.h:35:0,
                 from ../../common/sys/resource.h:221,
                 from ../../common/sys/user.h:73,
                 from ../../common/sys/proc.h:36,
                 from ../../common/sys/systm.h:40,
                 from ../../common/sys/scsi/scsi_types.h:56,
                 from ../../common/sys/scsi/scsi.h:36,
                 from ../../common/io/fibre-channel/ulp/fcp.c:27:
../../common/io/fibre-channel/ulp/fcp.c: In function 'fcp_queue_pkt':
../../common/io/fibre-channel/ulp/fcp.c:14584:50: error: comparison between pointer and integer [-Werror]
  ASSERT((cmd->cmd_pkt->pkt_flags & FLAG_NOQUEUE) == NULL);
                                                  ^
../../common/sys/debug.h:59:29: note: in definition of macro 'ASSERT'
 #define ASSERT(EX) ((void)((EX) || assfail(#EX, __FILE__, __LINE__)))
                             ^~
cc1: all warnings being treated as errors


xvoid
  1. Ship It!
  2. 
      
rejohnst
  1. Ship It!
  2. 
      
tsoome
Review request changed

Status: Closed (submitted)

Loading...