gnucash/bindings
Geert Janssens 1f3cf845c4 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.
2018-05-09 22:18:29 +02:00
..
python Work around a conflict between gcc 8.0 and swig 3.0 2018-05-09 22:18:29 +02:00
CMakeLists.txt Lowercase cmake commands 2018-05-03 23:18:15 +02:00