git: d81b84d6de65 - main - loader/efi: build with -Wall

From: Ahmad Khalifa <vexeduxr_at_FreeBSD.org>
Date: Tue, 09 Sep 2025 17:30:30 UTC
The branch main has been updated by vexeduxr:

URL: https://cgit.FreeBSD.org/src/commit/?id=d81b84d6de652e6bff2d6af690752cec05d1ac0d

commit d81b84d6de652e6bff2d6af690752cec05d1ac0d
Author:     Ahmad Khalifa <vexeduxr@FreeBSD.org>
AuthorDate: 2025-09-09 17:19:15 +0000
Commit:     Ahmad Khalifa <vexeduxr@FreeBSD.org>
CommitDate: 2025-09-09 17:19:15 +0000

    loader/efi: build with -Wall
    
    Reviewed by:    tsoome
    Differential Revision:  https://reviews.freebsd.org/D52431
---
 stand/efi/loader/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/stand/efi/loader/Makefile b/stand/efi/loader/Makefile
index ae2ffc475730..b30c563d4331 100644
--- a/stand/efi/loader/Makefile
+++ b/stand/efi/loader/Makefile
@@ -61,6 +61,7 @@ CWARNFLAGS.main.c+=	-Wno-format
 .PATH: ${.CURDIR}/../loader/arch/${__arch}
 .include "${.CURDIR}/../loader/arch/${__arch}/Makefile.inc"
 
+CFLAGS+=	-Wall
 CFLAGS+=	-I${.CURDIR}
 CFLAGS+=	-I${.CURDIR}/arch/${__arch}
 CFLAGS+=	-I${EFISRC}/include