Re-enable -Werror in Makefile.am and remove %feature("autodoc", "1"); from gnucash_core.i

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19917 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Mike Evans 2010-12-08 14:56:07 +00:00
parent e1fcfe0269
commit 30bb2d28fa
2 changed files with 2 additions and 3 deletions

View File

@ -75,7 +75,7 @@ _gnucash_core_c_includes= \
gnucash_core.c: $(SWIG_FILES) ${top_srcdir}/src/base-typemaps.i ${top_srcdir}/src/engine/engine-common.i $(_gnucash_core_c_includes)
swig -python -Wall \
swig -python -Wall -Werror\
-I$(top_srcdir)/src -I$(top_srcdir)/src/engine \
-I$(top_srcdir)/src/business/business-core \
-I${top_srcdir}/src/libqof/qof \

View File

@ -23,8 +23,7 @@
* @author Mark Jenkins, ParIT Worker Co-operative <mark@parit.ca>
* @author Jeff Green, ParIT Worker Co-operative <jeff@parit.ca>
*/
/* Autodoc emits warnings so need to turn off -Werror in Makefile.am */
%feature("autodoc", "1");
%module(package="gnucash") gnucash_core_c
%{