On Tue, 29 Jul 2014, B Harder wrote: > I've got an error (transcribing): > > /usr/src/external/bsd/pcc/libexec/ccom/../../dist/pcc/arch/amd64/code.c: > In function 'amd64_builtin_v_arg': > /usr/src/external/bsd/pcc/libexec/ccom/../../dist/pcc/arch/amd64/code/c:622:8: > error: variable 'ap' set but not used > [-Werror=unused-but-set-variable] > NODE *ap, *r, *dp; > ^ > > I've re-run ./build.sh w/o "-u" to an implicit make clean is run, to > no effect. Has this indeed been outstanding for a number of days, or > am I missing a step to get over a hurdle?
This variable is actually unnecessary here (the value is used in mkvacall() rather than this function), so I removed it iain
