Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2018 19:41:55 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336929 - head/usr.bin/sed
Message-ID:  <201807301941.w6UJftmu043239@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807301941.w6UJftmu043239>