mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Use WARNS?= instead of WARNS= in Makefiles so that global warning
settings can override local ones. Pointed out by: ru
This commit is contained in:
parent
5fb99dcabe
commit
20ef44d423
3 changed files with 3 additions and 3 deletions
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
PROG= udpconnectjail
|
||||
NO_MAN= yes
|
||||
WARNS= 3
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
PROG= listenclose
|
||||
NO_MAN= yes
|
||||
WARNS= 2
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
PROG= reconnect
|
||||
NO_MAN= yes
|
||||
WARNS= 2
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue