mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
WARNS=2 and -Wall are not both needed. (The second is a subset of the
first)
This commit is contained in:
parent
f86b9f6d64
commit
d0effe7563
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= cut
|
||||
CFLAGS+=-Wall
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue