clang flexible-array-extensions warnings fix (#4857)

This commit is contained in:
Giorgi Guliashvili 2018-08-13 09:53:00 +01:00 committed by GitHub
parent cf59b05bf4
commit 135bc9d1cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ struct BOMVar {
struct BOMVars {
uint32_t count;
BOMVar list[];
BOMVar* list;
} __attribute__((packed));
struct BOMPathIndices {