mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
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:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user