mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
clang flexible-array-extensions warnings fix (#4857)
This commit is contained in:
parent
cf59b05bf4
commit
135bc9d1cf
@ -65,7 +65,7 @@ struct BOMVar {
|
||||
|
||||
struct BOMVars {
|
||||
uint32_t count;
|
||||
BOMVar list[];
|
||||
BOMVar* list;
|
||||
} __attribute__((packed));
|
||||
|
||||
struct BOMPathIndices {
|
||||
|
Loading…
Reference in New Issue
Block a user