Remove -g abort from checkAPIs (for now) since existing issues not yet resolved.

svn path=/trunk/; revision=25759
This commit is contained in:
Bill Meier 2008-07-17 16:35:56 +00:00
parent 485110f241
commit df002f6b82
1 changed files with 3 additions and 1 deletions

View File

@ -74,4 +74,6 @@ distclean: clean
maintainer-clean: distclean
checkapi:
$(PERL) ../tools/checkAPIs.pl -g abort -g termoutput $(NONGENERATED_C_FILES) $(GENERATOR_FILES)
## 'abort' checking disabled for now pending resolution of existing use of g_assert & g_error
## $(PERL) ../tools/checkAPIs.pl -g abort -g termoutput $(NONGENERATED_C_FILES) $(GENERATOR_FILES)
$(PERL) ../tools/checkAPIs.pl -g termoutput $(NONGENERATED_C_FILES) $(GENERATOR_FILES)