git: 555b62e1c8ec - main - less: Re-enable -Wdeprecated-non-prototype warnings.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 May 2023 16:17:07 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=555b62e1c8ecf718b4fe5282457b8543cc1b8d99 commit 555b62e1c8ecf718b4fe5282457b8543cc1b8d99 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-05-25 16:16:20 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-05-25 16:16:20 +0000 less: Re-enable -Wdeprecated-non-prototype warnings. These were fixed in the most recent update to contrib/less. --- usr.bin/less/Makefile | 2 -- usr.bin/lessecho/Makefile | 2 -- usr.bin/lesskey/Makefile | 2 -- 3 files changed, 6 deletions(-) diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index c55ce3581cbf..27415573a8ee 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -21,5 +21,3 @@ CLEANFILES= less.1 .include "Makefile.common" .include <bsd.prog.mk> - -CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE} diff --git a/usr.bin/lessecho/Makefile b/usr.bin/lessecho/Makefile index 0d40cc209548..af0a7c1550ab 100644 --- a/usr.bin/lessecho/Makefile +++ b/usr.bin/lessecho/Makefile @@ -6,5 +6,3 @@ CLEANFILES= lessecho.1 .include "${SRCTOP}/usr.bin/less/Makefile.common" .include <bsd.prog.mk> - -CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE} diff --git a/usr.bin/lesskey/Makefile b/usr.bin/lesskey/Makefile index 6809d9dba124..4677e7c7e6c7 100644 --- a/usr.bin/lesskey/Makefile +++ b/usr.bin/lesskey/Makefile @@ -6,5 +6,3 @@ CLEANFILES= lesskey.1 .include "${SRCTOP}/usr.bin/less/Makefile.common" .include <bsd.prog.mk> - -CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}