git: ebda367c4d47 - main - libedit: Reset WARNS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Apr 2025 13:05:59 UTC
The branch main has been updated by pstef: URL: https://cgit.FreeBSD.org/src/commit/?id=ebda367c4d477ddb486f4f33b9ee1de1e3a001f1 commit ebda367c4d477ddb486f4f33b9ee1de1e3a001f1 Author: Piotr Paweł Stefaniak <pstef@FreeBSD.org> AuthorDate: 2023-06-21 11:17:32 +0000 Commit: Piotr Paweł Stefaniak <pstef@FreeBSD.org> CommitDate: 2025-04-30 13:05:00 +0000 libedit: Reset WARNS After the recent import, explicit set of WARNS=3 is not needed. --- lib/libedit/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index c307cd3e7880..f0254c1f42bc 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -8,7 +8,6 @@ EDITDIR= ${SRCTOP}/contrib/libedit SHLIB_MAJOR= 8 SHLIBDIR?= /lib -WARNS?= 3 LIB= edit LIBADD= tinfow