mirror of https://github.com/Gnucash/gnucash
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.pull/347/head
parent
27c1df30af
commit
1f3cf845c4
Loading…
Reference in new issue