mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
e1fcfe0269
commit
30bb2d28fa
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
%{
|
||||
|
Loading…
Reference in New Issue
Block a user