[ipxe-devel] [PATCH v2 0/2] Workaround a couple of issues when compiling with gcc 9.1

Valentine Barshak gvaxon at gmail.com
Sun Jun 9 10:30:10 UTC 2019


Hello,

These patches fix a couple of issues when compiling with gcc 9.1.
The issues are caused by the following warnings:

 -Werror=format-overflow=
 -Werror=address-of-packed-member

Valentine Barshak (2):
  [efi] Fix "'%s' directive argument is null" error
  [build] Workaround compilation error with gcc 9.1

 src/Makefile.housekeeping     | 7 +++++++
 src/interface/efi/efi_debug.c | 3 +--
 2 files changed, 8 insertions(+), 2 deletions(-)

v2:
  [build] Workaround compilation error with gcc 9.1:
    Updated the commit message and the comment,
    adding more explanation of the issue.

-- 
2.21.0




More information about the ipxe-devel mailing list