commit | a2a049d9f5fdde1bfc2d1312cee2a943efb026a8 | [log] [tgz] |
---|---|---|
author | Dorinda Bassey <[email protected]> | Wed Aug 14 07:04:56 2024 +0200 |
committer | Chromeos LUCI <[email protected]> | Tue Aug 27 00:06:40 2024 +0000 |
tree | 2027ed6e6fec4cb2f358a2eb572306640da6ef9e | |
parent | 71ca6afaefdd5f2e38e235a75cef1e86295ca0da [diff] |
Initialize `emulated_metadata` fields to avoid uninitialized warnings Set `emulated_metadata` fields to default values (0) to prevent potential usage of uninitialized variables in `virtgpu_virgl.c`. This fix ensures that the compilation doesn't fail due to warnings being treated as errors when using strict compiler flags. Change-Id: I2508168c095896c7fd492830ffb6ff3564dc2733 Signed-off-by: Dorinda Bassey <[email protected]> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/5782849 Reviewed-by: Gurchetan Singh <[email protected]> Reviewed-by: Dominik Behr <[email protected]> Tested-by: Gurchetan Singh <[email protected]> Commit-Queue: Gurchetan Singh <[email protected]>