Works. I like it! Thanks!! --blake
On Sun, Jun 28, 2020 at 6:18 PM Chris Moller <mol...@mollerware.com> wrote: > Bah!, as they say--that's what happens when you rush things. The fix is > to delete the line, but I just committed the fix. > > On 28/06/2020 18:34, Blake McBride wrote: > > I'm getting: > > pstat.c:192:3: error: ignoring return value of ‘asprintf’, declared with > attribute warn_unused_result [-Werror=unused-result] > asprintf(&path, "/proc/%d/stat", pid); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > cc1: all warnings being treated as errors > > Thanks! > > Blake > > > On Sun, Jun 28, 2020 at 4:26 PM Chris Moller <mol...@mollerware.com> > wrote: > >> I committed the unused variable patch and also stuck the source code >> location ./configure option back in: >> >> ./configure >> --with-apl-source-dir=/home/moller/personal/tinkering/gnuapl/trunk/src >> >> >> >> >> >