Bart Van Assche
aa214feaf3
iser: Fix a compiler warning triggered by the container_of() definition
This patch fixes the following compiler warning:
iser.c:338:14: error: cast from 'uint8_t *' (aka 'unsigned char *') to 'struct iser_pdu *' increases required alignment from 1 to 8 [-Werror,-Wcast-align]
iser_pdu = container_of(pdu, struct iser_pdu, iscsi_pdu);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-09-05 20:00:02 -07:00
..
2021-05-23 13:23:41 -07:00
2019-02-21 11:54:02 -05:00
2020-02-28 21:54:49 -08:00
2021-05-23 13:23:52 -07:00
2021-05-23 13:23:41 -07:00
2021-09-05 20:00:02 -07:00
2018-01-06 07:44:44 +10:00
2021-07-18 20:13:03 -07:00
2019-02-21 11:54:02 -05:00
2021-05-23 13:23:41 -07:00
2021-07-18 20:13:03 -07:00
2019-02-21 11:54:02 -05:00
2020-06-23 19:45:14 +08:00
2021-05-23 13:23:41 -07:00
2021-07-26 09:24:54 +00:00
2021-05-23 13:23:52 -07:00
2021-05-23 13:23:41 -07:00
2019-02-21 11:54:02 -05:00