Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2025 17:30:30 GMT
From:      Ahmad Khalifa <vexeduxr@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d81b84d6de65 - main - loader/efi: build with -Wall
Message-ID:  <202509091730.589HUUvl019126@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509091730.589HUUvl019126>