diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2010-10-01 23:06:07 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2010-10-01 23:06:07 +0000 |
commit | 50440c2e4f5eea2572993f0e758ba651b3436820 (patch) | |
tree | 100658841a04aa9a1d7f047757a7e9b48a2299de /usr.bin/ssh | |
parent | 90a58705f66b7f999e7bfded264b689334791b7d (diff) |
oops, didn't mean to turn -Werror on for everyone.
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/Makefile.inc b/usr.bin/ssh/Makefile.inc index d9056fe2eb2..903b98847ea 100644 --- a/usr.bin/ssh/Makefile.inc +++ b/usr.bin/ssh/Makefile.inc @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.37 2010/10/01 23:05:32 djm Exp $ +# $OpenBSD: Makefile.inc,v 1.38 2010/10/01 23:06:06 djm Exp $ CFLAGS+= -I${.CURDIR}/.. CDIAGFLAGS= -Wall -CDIAGFLAGS+= -Werror +#CDIAGFLAGS+= -Werror CDIAGFLAGS+= -Wpointer-arith CDIAGFLAGS+= -Wuninitialized CDIAGFLAGS+= -Wstrict-prototypes |