I've just pushed a fix. The non-literal-null-conversion warning is there
because it's a common mistake to set char *x = '\0' when one means to say char
x = '\0', so my fix just replaced those with NULL, since Alex wants NULL and
not "".
Regards,
John Ralls
> On Jan 25, 2019, at 12:12 PM, Mike
This commit is causing build failures for me. I get a number of errors of the
form
/tools/gnucash-git/gnucash/libgnucash/app-utils/gnc-ui-util.c:264:73:
error: expression which evaluates to zero treated as a null pointer constant of
type 'const char *' [-Werror,-Wnon-literal-null-conversion]