mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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:
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#define AQBANKING_NOWARN_DEPRECATED
|
||||
#include <aqbanking/banking.h>
|
||||
|
||||
#include "RecnWindow.h"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user