summaryrefslogtreecommitdiff
path: root/usr.bin/sed/Makefile
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-07-19 22:56:40 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-07-19 22:56:40 +0000
commitb4932d18ee55c8f9058d446997489d508afe0b4a (patch)
tree8e72098646b722600b240e46cc7efcb22fffedea /usr.bin/sed/Makefile
parent5c4d28f5dcc202bef97451926bae0f0250b405ba (diff)
downloadsrc-test2-b4932d18ee55c8f9058d446997489d508afe0b4a.tar.gz
src-test2-b4932d18ee55c8f9058d446997489d508afe0b4a.zip
sed(1): Assorted cleanups and simplifications.
Const-ify several variables, make it build cleanly with WARNS level 5. Submitted by: mi PR: 195929 MFC after: 1 month
Notes
Notes: svn path=/head/; revision=303047
Diffstat (limited to 'usr.bin/sed/Makefile')
-rw-r--r--usr.bin/sed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile
index a741da3233e6..51904a6efd94 100644
--- a/usr.bin/sed/Makefile
+++ b/usr.bin/sed/Makefile
@@ -6,7 +6,7 @@
PROG= sed
SRCS= compile.c main.c misc.c process.c
-WARNS?= 2
+WARNS?= 5
.if ${MK_TESTS} != "no"
SUBDIR+= tests