Hello maxima-list,
when compiling with sbcl I get a lot of style-warnings. I know this is
probably very harmless, but nonetheless irritating.
Do you think it worthwhile to clean this up?
Just as a start I found 2 places that give a 'variable is defined but
never used' error. It is the second argument to the
maxima-lisp-debugger-repl and maxima-lisp-debugger-repl functions. It
is needed by the protocol, but never used in the functions, so I just
added an ignore declaration and everything seems to be well.
Here is the minimal patch:
diff init-cl.lisp.old init-cl.lisp 567 | pts/0
479a480
> (declare (ignore me-or-my-encapsulation))
macsys.lisp.old macsys.lisp 568 | pts/0
562a563
> (declare (ignore me-or-my-encapsulation))
If people think it worthwhile to clean the code up a bit, I could try
to spend some time on it.
Andreas
--
Wherever I lay my .emacs, there's my $HOME.