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:
pfg 2015-01-08 17:23:59 +00:00
parent b09a0cbe0a
commit e9aec7c179

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