qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH 10/12] pc-bios/optionrom: compile with -Wno-array-bounds


From: Michael Tokarev
Subject: Re: [RFC PATCH 10/12] pc-bios/optionrom: compile with -Wno-array-bounds
Date: Mon, 2 May 2022 10:37:09 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

29.04.2022 17:18, Paolo Bonzini wrote:
Avoids the following bogus warning:

pvh_main.c: In function ‘pvh_load_kernel’:
pvh_main.c:101:42: warning: array subscript 0 is outside array bounds of 
‘uint16_t[0]’ {aka ‘short unsigned int[]’} [-Warray-bounds]
   101 |         uint32_t ebda_paddr = ((uint32_t)*((uint16_t *)EBDA_BASE_ADDR)) 
<< 4;
       |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

To me it looks like we should try to fix this particular expression
to make it more "compiler-friendly" than to disable warning for the
whole thing.

Which compiler (version) does this?

Thanks,

/mjt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]