]> xenbits.xensource.com Git - seabios.git/commit
disable array bounds warning
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 3 May 2023 09:16:30 +0000 (11:16 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 5 May 2023 07:05:53 +0000 (09:05 +0200)
commitbe7e899350caa7b74d8271a34264c3b4aef25ab0
treecf698d68b4a28ec88d142342144c25d0f4c730c8
parentea1b7a0733906b8425d948ae94fba63c32b1d425
disable array bounds warning

The segmented pointer casting magic confuses gcc, recent versions
throw array bound warnings.  Disable the warning.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Makefile