summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-04-23 00:31:01 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-04-23 00:31:01 +0000
commit4dca0abc33af1974272386e89da7875ebae11443 (patch)
tree1c26bc46791de8f9d57b8609fa257e4a9d768baa
parent08a70c0e33aa4a198b1254e84f2f1194f0e347c7 (diff)
Do not run the tests with -fstrict -Wall by default.
I want to test some features that -fstrict does not allow. And as long as i do not test for specific error messages, having -Wall on by default just causes useless noise.
-rw-r--r--regress/usr.bin/mandoc/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/mandoc/Makefile.inc b/regress/usr.bin/mandoc/Makefile.inc
index 452add82268..10a8779b41b 100644
--- a/regress/usr.bin/mandoc/Makefile.inc
+++ b/regress/usr.bin/mandoc/Makefile.inc
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile.inc,v 1.1 2009/10/28 03:20:42 schwarze Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2010/04/23 00:31:00 schwarze Exp $
DIFF=diff -au
MANDOC?=mandoc
-MANDOCOPTS=-fstrict -Wall
+#MANDOCOPTS=-fstrict -Wall
NROFF=nroff -mandoc
SED=sed
SH=/bin/sh