r17916 - gnucash/trunk/src/backend/sql - When loading a scheduled transaction, load the transactions associated with it.

Christian Stimming stimming at tuhh.de
Sun Feb 15 04:21:12 EST 2009


Am Sonntag, 15. Februar 2009 00:22 schrieb Phil Longstaff:
> Author: plongstaff
> Date: 2009-02-14 18:22:18 -0500 (Sat, 14 Feb 2009)
> New Revision: 17916
> Trac: http://svn.gnucash.org/trac/changeset/17916
>
> Modified:
>    gnucash/trunk/src/backend/sql/gnc-schedxaction-sql.c
> Log:
> When loading a scheduled transaction, load the transactions associated with
> it. Otherwise, the scheduled transaction won't be created.

Hi Phil,

this commit gives

cc1: warnings being treated as 
errors ../../../../src/backend/sql/gnc-schedxaction-sql.c: In 
function 'load_single_sx':
../../../../src/backend/sql/gnc-schedxaction-sql.c:208: warning: implicit 
declaration of function 'gnc_sql_transaction_load_tx_for_account'
make[5]: *** [gnc-schedxaction-sql.lo] Fehler 1
make[5]: Leaving directory 
`/home/chs/org/gnucash/git/trunk/build-hbci/src/backend/sql'

Where should this function be declared?

Christian


More information about the gnucash-devel mailing list