[armedbear-devel] IGNORE declaration in inline function not heeded

James M. Lawrence llmjjmll at gmail.com
Thu Aug 9 00:10:32 UTC 2012


    (declaim (inline foo))
    (defun foo (x)
      (declare (ignore x))
      99)

    (defun bar (a)
      (foo a))

compile-file emits

    ; Caught STYLE-WARNING:
    ;   The variable X is defined but never used.

1.1.0-dev-svn-14066




More information about the armedbear-devel mailing list