From 9fcab75d96c83729e9b329691e840bc9ffc818af Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 6 Jul 2002 01:07:48 +0000 Subject: We don't need to hit the user over the head so strong now that we've fixed all the known warnings suffiently to not require NO_WERROR. Ok'ed by: peter --- usr.sbin/config/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c index ba8b4af..e6e3eb0 100644 --- a/usr.sbin/config/main.c +++ b/usr.sbin/config/main.c @@ -171,7 +171,6 @@ main(int argc, char **argv) cleanheaders(p); printf("Kernel build directory is %s\n", p); printf("Don't forget to do a ``make depend''\n"); - printf("You may need to use the make -DNO_WERROR flag if you hit unfixed warnings.\n"); exit(0); } -- cgit v1.1