mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
Build last(1) and leave(1) with WARNS=6.
These ports were only built with WARNS=1, because they use certain format extensions. We can use NO_WFORMAT for that instead.
This commit is contained in:
parent
b173dd440b
commit
51b671f6de
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226361
@ -3,6 +3,6 @@
|
||||
|
||||
PROG= last
|
||||
|
||||
WARNS?= 1
|
||||
NO_WFORMAT=
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -3,6 +3,6 @@
|
||||
|
||||
PROG= leave
|
||||
|
||||
WARNS?= 1
|
||||
NO_WFORMAT=
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user