Loading
bdev/iscsi: silence clang enum conversion warning
This assignment is converting from the libiscsi sense key enumerated type to the SPDK one, and clang issues a warning for this case. We know that these enums are equivalent, so just add a cast to avoid the warning. Change-Id: Ie2619b3ddeda46419df1a37755125bfeb6ddf636 Signed-off-by:Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/409963 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>