Re: [GNC-dev] gnucash maint: remove unnecesary 'home' level in path for US Income Tax book tax information

2019-01-25 Thread John Ralls
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,

Re: [GNC-dev] gnucash maint: remove unnecesary 'home' level in path for US Income Tax book tax information

2019-01-25 Thread Mike Alexander
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]