gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Wed May 9 16:36:01 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/2e53d647 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1f3cf845 (commit)
	from  https://github.com/Gnucash/gnucash/commit/27c1df30 (commit)



commit 2e53d647263c20a9e1a9a7fd6893ec7ef186280f
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed May 9 17:39:29 2018 +0200

    Work around gtk warnings with gcc 8.0

commit 1f3cf845c4588e787f9b26ad06b05d7cd73326b7
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed May 9 17:20:13 2018 +0200

    Work around a conflict between gcc 8.0 and swig 3.0
    
    The swig 3.0 generated python wrappers trigger a warning converted into an error issued
    by gcc 8.0 for using strncpy as follows:
    strncpy(buff, "swig_ptr: ", 10);
    The reason is this call will truncate the trailing null byte from the string.
    This appears to have been fixed in swig master already but that's not released yet
    so let disable the warning when compiling the swig wrappers until it is.



Summary of changes:
 CMakeLists.txt                       | 11 ++++++++---
 bindings/python/CMakeLists.txt       |  6 ++++++
 common/test-core/CMakeLists.txt      |  3 +++
 libgnucash/app-utils/CMakeLists.txt  |  3 +++
 libgnucash/core-utils/CMakeLists.txt |  4 ++++
 5 files changed, 24 insertions(+), 3 deletions(-)



More information about the gnucash-patches mailing list