gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Apr 7 18:43:14 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/2379b971 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4fa68502 (commit)
	from  https://github.com/Gnucash/gnucash/commit/dbf4eada (commit)



commit 2379b9715db5835da85062f5d20b5b44537abed0
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Apr 7 15:42:47 2016 -0700

    Correct the interpretation of the void* passed to sqlite3_error_fn.
    
    We can't cast a dbi_conn to a GncDbiSqlConnection, even without slicing
    the pointers won't have the same value.

commit 4fa68502ec3862ba838bba77ba7568cefeeeaa06
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Apr 7 15:41:15 2016 -0700

    Fix some new errors raised by clang 703.0.29.



Summary of changes:
 src/backend/dbi/gnc-backend-dbi.cpp | 10 +++++++---
 src/libqof/qof/gnc-datetime.cpp     |  2 +-
 src/libqof/qof/qofinstance.cpp      |  8 ++++----
 3 files changed, 12 insertions(+), 8 deletions(-)



More information about the gnucash-patches mailing list