summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-27 15:17:50 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-27 15:17:50 +0000
commit578519edd0d0a810a11bfb7baede0f7b99c7d92b (patch)
tree15db32e572bed51ad0971594b7f2f31abcc62f0c
parent5c05f69450054cafbeee43b3ee8f0d853a2eab22 (diff)
make error code checking strict
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 19d02066bc..8f92dd1a1f 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -468,7 +468,7 @@ tags:
errors:
$(PERL) util/mkerr.pl -recurse -write
(cd engines; $(MAKE) PERL=$(PERL) errors)
- $(PERL) util/ck_errf.pl */*.c */*/*.c
+ $(PERL) util/ck_errf.pl -strict */*.c */*/*.c
stacks:
$(PERL) util/mkstack.pl -write