On Wed, Aug 21, 2019 at 03:55:16PM +0200, Philippe Mathieu-Daudé wrote:
On 8/21/19 3:21 PM, Kevin O'Connor wrote:
Building with gcc v9 causes lots of warnings about pointers to packed variables. However, SeaBIOS is limited to x86 where unaligned reads/writes are supported by the cpu. So, disable that warning.
Signed-off-by: Kevin O'Connor kevin@koconnor.net
Reviewed-by: Philippe Mathieu-Daudé philmd@redhat.com
Thanks. I committed this patch.
-Kevin