From f52c431b186d91df7b18876529223a8855f1adc5 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Wed, 1 Apr 2020 15:12:51 +0000 Subject: [PATCH] Bump WARNS for sh(1). Reviewed by: jilles MFC after: 2 weeks Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24181 --- bin/sh/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 7787194fa686..b074121d0ecd 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -30,8 +30,6 @@ LIBADD= edit CFLAGS+=-DSHELL -I. -I${.CURDIR} # for debug: # DEBUG_FLAGS+= -g -DDEBUG=2 -fno-inline -WARNS?= 2 -WFORMAT=0 .PATH: ${.CURDIR}/bltin \ ${.CURDIR:H}/kill \