mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
Don't set WARNS to 2, we're default compatible now.
Noticed by: bde
This commit is contained in:
parent
86bbae32f4
commit
5f76b095ad
2 changed files with 0 additions and 2 deletions
|
|
@ -8,6 +8,5 @@ MAN= disklabel.5 disklabel.8
|
|||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
WARNS= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -8,6 +8,5 @@ MAN= disklabel.5 disklabel.8
|
|||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
WARNS= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue