From 23d79449c56e6cfa8cf48b529ec9f842a78f80f9 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Wed, 6 Feb 2002 18:13:12 +0000 Subject: [PATCH] Backout -Werror protection. No need to walk all over the upcoming GCC3 changeover. --- usr.bin/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/Makefile.inc b/usr.bin/Makefile.inc index 28366ba3e2a8..2ee98c34aab5 100644 --- a/usr.bin/Makefile.inc +++ b/usr.bin/Makefile.inc @@ -6,4 +6,3 @@ BINDIR?= /usr/bin # Commented out for the time being. # I intend to make this default at some stage. #WARNS?= 2 -NO_WERROR= yes