svn commit: r293903 - in head/sys/boot: arm/uboot efi/fdt efi/libefi

Andrew Turner andrew at fubar.geek.nz
Thu Jan 14 10:13:45 UTC 2016


On Thu, 14 Jan 2016 09:22:01 +0000 (UTC)
Steven Hartland <smh at FreeBSD.org> wrote:

> Author: smh
> Date: Thu Jan 14 09:22:01 2016
> New Revision: 293903
> URL: https://svnweb.freebsd.org/changeset/base/293903
> 
> Log:
>   Fix GCC warnings causing build failure after r293724
>   
>   Disable some compiler warnings for GCC (non-standard compiler)
> fixing build failures introduced by r293724, which enabled WARNS in
> the EFI boot code, when compiling with none standard compiler (GCC).
>   
>   Raised by:	ian
>   MFC after:	2 weeks
>   X-MFC-With:	r293268
>   Sponsored by:	Multiplay

The attached would be a better (however untested) solution. Given we
don't build boot1.efi or loader.efi with gcc it extends this to all the
EFI code.

Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: efi_no_gcc.diff
Type: text/x-patch
Size: 1606 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20160114/b9bc5680/attachment.bin>


More information about the svn-src-head mailing list