diff options
author | peter <peter@FreeBSD.org> | 2002-07-22 00:15:01 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-07-22 00:15:01 +0000 |
commit | 553083ff75f5bb09f743868772b7dc1a3054510b (patch) | |
tree | 37dfa3760994be3b6f821ae61275a73f4eb2d914 /sys/conf | |
parent | f4554eb1f82210ad28df952d3c65784ce21f289f (diff) | |
download | FreeBSD-src-553083ff75f5bb09f743868772b7dc1a3054510b.zip FreeBSD-src-553083ff75f5bb09f743868772b7dc1a3054510b.tar.gz |
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.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/kern.pre.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk index 3a83c70..ea446ec 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. |