Author: pfg
Date: Mon Jul 30 19:41:54 2018
New Revision: 336929
URL: https://svnweb.freebsd.org/changeset/base/336929

Log:
  sed: compile with the default WARNS level.

Modified:
  head/usr.bin/sed/Makefile

Modified: head/usr.bin/sed/Makefile
==============================================================================
--- head/usr.bin/sed/Makefile   Mon Jul 30 19:29:31 2018        (r336928)
+++ head/usr.bin/sed/Makefile   Mon Jul 30 19:41:54 2018        (r336929)
@@ -6,8 +6,6 @@
 PROG=  sed
 SRCS=  compile.c main.c misc.c process.c
 
-WARNS?=        2
-
 HAS_TESTS=
 SUBDIR.${MK_TESTS}+= tests
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to