Partial revert of r276832:

Do not bump the warns level as it still breaks the gcc build on sparc64

Reported by:	jenkins
This commit is contained in:
Pedro F. Giffuni 2015-01-08 17:23:59 +00:00
parent a1736be349
commit bfffbac603

View file

@ -6,6 +6,8 @@
PROG= sed
SRCS= compile.c main.c misc.c process.c
WARNS?= 2
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif