sed: compile with the default WARNS level.

This commit is contained in:
pfg 2018-07-30 19:41:54 +00:00
parent 1b2b6618a4
commit 3c5fc02a88

View File

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