style.Makefile(5): Remove -Wall from CFLAGS.
This commit is contained in:
parent
3eec5dce88
commit
8d9a675f53
@ -7,7 +7,7 @@ DPADD= ${LIBKICONV}
|
||||
LDADD= -lkiconv
|
||||
|
||||
MOUNT= ${.CURDIR}/../mount
|
||||
CFLAGS+= -I${MOUNT} -I${.CURDIR}/../../sys -Wall
|
||||
CFLAGS+= -I${MOUNT} -I${.CURDIR}/../../sys
|
||||
.PATH: ${MOUNT}
|
||||
WARNS?= 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user