]> xenbits.xensource.com Git - seabios.git/commit
vgasrc: Don't use VAR16 in header files to fix gcc warning
authorKevin O'Connor <kevin@koconnor.net>
Sat, 18 Dec 2021 17:00:16 +0000 (12:00 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 18 Dec 2021 17:00:16 +0000 (12:00 -0500)
commit0a1e7675f7672b29f7bca3cceb8238b4a28d2b00
treef36cc41c9233caeadeff8d8a5df6fe035505262d
parentf9af71744a9f9a5d4804edcfcd14fd85e2d8a83b
vgasrc: Don't use VAR16 in header files to fix gcc warning

Some versions of gcc complain when VAR16 is used in both the header
and C files - use only in the C file to fix the warning.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
vgasrc/svgamodes.h