For latest aqbanking changes, define AQBANKING_NOWARN_DEPRECATED to

disable aqbanking compiler warnings because we will still use those
functions for some time to come.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13261 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2006-02-14 19:58:50 +00:00
parent 54002fd73c
commit e081feb3a8
4 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2006-02-14 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/gnc-hbci-utils.c: For latest aqbanking
changes, define AQBANKING_NOWARN_DEPRECATED to disable aqbanking
compiler warnings because we will still use those functions for
some time to come.
2006-02-13 David Hampton <hampton@employees.org>
* src/gnome-utils/dialog-account.c:

View File

@@ -24,6 +24,8 @@
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#define AQBANKING_NOWARN_DEPRECATED
#include <aqbanking/banking.h>
#include "RecnWindow.h"

View File

@@ -25,6 +25,7 @@
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#define AQBANKING_NOWARN_DEPRECATED
#include "gnc-hbci-gettrans.h"
#include "gnc-ui.h"

View File

@@ -21,7 +21,6 @@
\********************************************************************/
#include "config.h"
#include "gnc-hbci-utils.h"
#include <gtk/gtk.h>
#include <glib/gi18n.h>
@@ -37,6 +36,9 @@
#include "gnc-ui-util.h"
#include "qof.h"
#define AQBANKING_NOWARN_DEPRECATED
#include "gnc-hbci-utils.h"
#include "hbci-interaction.h"
#include <aqbanking/version.h>