diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-31 14:54:41 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-31 16:20:17 +0000 |
commit | 79a282078f83b5d5e9bc4ec10094cbc398fa4aef (patch) | |
tree | 15652d64b9881a8104747631f7b0d8748339ffc7 /scripts/oe-go-mod-autogen.py | |
parent | acb0653af096c1a2d4d212ef2f8dc420e9f09ad9 (diff) | |
download | meta-virtualization-79a282078f83b5d5e9bc4ec10094cbc398fa4aef.tar.gz |
xen: fix arm64 build with gcc14
gcc14 isn't properly tracking if the irq array index is
greater than zero, and hence generates a warning that
chains to a build error.
This is a temporary patch to ensure that the variable
is greater than zero and hence keeps the warning from
happening. If it was less than zero, a different way
of dealing with it "officially" would be better, but we
lack the insight to know what to do in this case (plus,
it really isn't less than zero as it has never caused
an issue before)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'scripts/oe-go-mod-autogen.py')
0 files changed, 0 insertions, 0 deletions