kernel/samples/mei/mei-amt-version.c
.. .. @@ -267,7 +267,7 @@ 267 267 struct amt_host_if_resp_header { 268 268 struct amt_host_if_msg_header header; 269 269 uint32_t status; 270 - unsigned char data[0];270 + unsigned char data[];271 271 } __attribute__((packed)); 272 272 273 273 const uuid_le MEI_IAMTHIF = UUID_LE(0x12f80028, 0xb4b7, 0x4b2d, \