diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-18 18:07:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-18 18:07:09 +0000 |
commit | e41facee2b412fa62b40987440f3bd94fbf30f83 (patch) | |
tree | 287527ce26d2c7d16f0182cd663bdd99dc9a5669 /share | |
parent | e94b48ee684c48bc28f019a6499e6f6406b5b23e (diff) |
-Werror is too strong, and causes too many headaches in a source tree
that is being modified all the time.
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.sys.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk index 68275a110d7..3451ac9da3c 100644 --- a/share/mk/bsd.sys.mk +++ b/share/mk/bsd.sys.mk @@ -2,7 +2,7 @@ # # Overrides used for NetBSD source tree builds. -CFLAGS+= -Werror +#CFLAGS+= -Werror .if defined(PARALLEL) # Lex |