mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
less: Silence -Wdeprecated-non-prototype warnings.
This has an active upstream so will presumably be fixed upstream at some point. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D39525
This commit is contained in:
parent
2ac057dd33
commit
1bd44215d0
3 changed files with 6 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ LINKS= ${BINDIR}/less ${BINDIR}/more \
|
|||
MLINKS= less.1 more.1
|
||||
CLEANFILES= less.1
|
||||
|
||||
CFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}
|
||||
|
||||
.include "Makefile.common"
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}
|
||||
|
|
|
|||
|
|
@ -6,3 +6,5 @@ CLEANFILES= lessecho.1
|
|||
|
||||
.include "${SRCTOP}/usr.bin/less/Makefile.common"
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}
|
||||
|
|
|
|||
|
|
@ -6,3 +6,5 @@ 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