From 555b62e1c8ecf718b4fe5282457b8543cc1b8d99 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 25 May 2023 09:16:20 -0700 Subject: [PATCH] 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 - -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 - -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 - -CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}