]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: libefi/env.c warnings in arm build
authorToomas Soome <tsoome@FreeBSD.org>
Fri, 3 Feb 2017 16:39:10 +0000 (16:39 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Fri, 3 Feb 2017 16:39:10 +0000 (16:39 +0000)
commitbfe9bdb06352bab235797f23ad88e2009ceed408
tree91313f350548550674564ad0afc50e37d103247a
parent27f134b64ae20c1f50fa9249135f50ad6f002aee
loader: libefi/env.c warnings in arm build

The arm build has revealed some of the warnings, the fix for CHAR16
warning is to switch the warning off for env.c (same as for efinet.c).

For error code we need to use macro.

Reported by: gjb
Reviewed by: imp
Approved by: imp (mentor)
Differential Revision: https://reviews.freebsd.org/D9422
sys/boot/efi/libefi/Makefile
sys/boot/efi/libefi/env.c