sed: compile with the default WARNS level.

This commit is contained in:
Pedro F. Giffuni 2018-07-30 19:41:54 +00:00
parent 0649b6706f
commit 1a68918570

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