iscsi-scstd: Fix a gcc 10 compiler warning (merge r8954 from trunk)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.4.x@9007 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2020-06-11 01:59:21 +00:00
parent f03f51482d
commit dca8c7facd

View File

@@ -38,7 +38,7 @@ struct isns_hdr {
struct isns_tlv {
uint32_t tag;
uint32_t length;
uint32_t value[0];
uint32_t value[];
} __attribute__ ((packed));
/* Commands and responses (4.1.3) */