From e9aec7c17927734a28385677b8563eeba4de6689 Mon Sep 17 00:00:00 2001 From: pfg Date: Thu, 8 Jan 2015 17:23:59 +0000 Subject: [PATCH] Partial revert of r276832: Do not bump the warns level as it still breaks the gcc build on sparc64 Reported by: jenkins --- usr.bin/sed/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile index 60dc27172b93..a741da3233e6 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