[SeaBIOS] Re: [PATCH] memmap: Fix gcc out-of-bounds warning

2021-12-19 Thread Paul Menzel
Dear Kevin, Am 18.12.21 um 22:40 schrieb Kevin O'Connor: On Sat, Dec 18, 2021 at 09:13:57PM +0100, Paul Menzel wrote: Am 18.12.21 um 19:10 schrieb Kevin O'Connor: Use a different definition for the linker script symbol to avoid a gcc warning. What GCC version did you use, and which warnin

[SeaBIOS] Re: [PATCH] memmap: Fix gcc out-of-bounds warning

2021-12-18 Thread Kevin O'Connor
On Sat, Dec 18, 2021 at 09:13:57PM +0100, Paul Menzel wrote: > Dear Kevin, > > > Am 18.12.21 um 19:10 schrieb Kevin O'Connor: > > Use a different definition for the linker script symbol to avoid a gcc > > warning. > > What GCC version did you use, and which warning is it exactly? $ gcc --versio

[SeaBIOS] Re: [PATCH] memmap: Fix gcc out-of-bounds warning

2021-12-18 Thread Paul Menzel
Dear Kevin, Am 18.12.21 um 19:10 schrieb Kevin O'Connor: Use a different definition for the linker script symbol to avoid a gcc warning. What GCC version did you use, and which warning is it exactly? Signed-off-by: Kevin O'Connor --- src/memmap.h | 2 +- 1 file changed, 1 insertion(+),