iscsi-scstd: Fix a gcc 10 compiler warning

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8954 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2020-05-23 17:14:21 +00:00
parent fa22b6d134
commit 75d059e9f0

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) */