From: Dr. Stephen Henson Date: Tue, 27 Dec 2011 15:17:50 +0000 (+0000) Subject: make error code checking strict X-Git-Tag: OpenSSL_1_0_1-beta1~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=578519edd0d0a810a11bfb7baede0f7b99c7d92b;p=oweals%2Fopenssl.git make error code checking strict --- 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