From c19a8e06708ef604524cdcb6118eb2fc424c02fd Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 22 Jul 2002 00:15:01 +0000 Subject: [PATCH] The transition time for -Werror has been gone for a while. We are now sufficiently clean that we can fix any new problems or mark individual files as not being ready for -Werror. --- sys/conf/kern.pre.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk index 3a83c70d6ac..ea446ec6458 100644 --- a/sys/conf/kern.pre.mk +++ b/sys/conf/kern.pre.mk @@ -60,12 +60,7 @@ PROF= -pg .endif .endif DEFINED_PROF= ${PROF} - -.if defined(NO_WERROR) -WERROR= -.else WERROR?= -Werror -.endif # Put configuration-specific C flags last (except for ${PROF}) so that they # can override the others.