[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "bound but never used"



CC: (BUG LISPM) at MIT-MC
When it says this it is generally useful information.  It may mean
that you didn't declare something special that you meant to be special,
or that you have two variables with the same name which was not otherwise
complained about because they are at different lexical levels, or that your
code is confused so that you thought it was using a variable but it
is really ignoring it, calling it as a function, using it as a constant,
etc.