summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2015-01-08 17:23:59 +0000
committerpfg <pfg@FreeBSD.org>2015-01-08 17:23:59 +0000
commite9aec7c17927734a28385677b8563eeba4de6689 (patch)
treec80bc6f8cf1bd6e46f334c1da73cb28148470e8b /usr.bin/sed
parentb09a0cbe0ab3cc829ef468fc46df597c25b7fed3 (diff)
downloadFreeBSD-src-e9aec7c17927734a28385677b8563eeba4de6689.zip
FreeBSD-src-e9aec7c17927734a28385677b8563eeba4de6689.tar.gz
Partial revert of r276832:
Do not bump the warns level as it still breaks the gcc build on sparc64 Reported by: jenkins
Diffstat (limited to 'usr.bin/sed')
-rw-r--r--usr.bin/sed/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile
index 60dc271..a741da3 100644
--- a/usr.bin/sed/Makefile
+++ b/usr.bin/sed/Makefile
@@ -6,6 +6,8 @@
PROG= sed
SRCS= compile.c main.c misc.c process.c
+WARNS?= 2
+
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
OpenPOWER on IntegriCloud