mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
less: Re-enable -Wdeprecated-non-prototype warnings.
These were fixed in the most recent update to contrib/less.
This commit is contained in:
parent
76238846ad
commit
555b62e1c8
3 changed files with 0 additions and 6 deletions
|
|
@ -21,5 +21,3 @@ CLEANFILES= less.1
|
|||
|
||||
.include "Makefile.common"
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}
|
||||
|
|
|
|||
|
|
@ -6,5 +6,3 @@ CLEANFILES= lessecho.1
|
|||
|
||||
.include "${SRCTOP}/usr.bin/less/Makefile.common"
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}
|
||||
|
|
|
|||
|
|
@ -6,5 +6,3 @@ CLEANFILES= lesskey.1
|
|||
|
||||
.include "${SRCTOP}/usr.bin/less/Makefile.common"
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}
|
||||
|
|
|
|||
Loading…
Reference in a new issue