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

Erik Huelsmann ehuels at gmail.com
Thu Aug 9 09:20:19 UTC 2012


Hi James,

Fixed in r14067. Thanks for the report!

Bye,

Erik.
PS: All declarations were dropped, not just IGNORE.

On Thu, Aug 9, 2012 at 2:10 AM, James M. Lawrence <llmjjmll at gmail.com>wrote:

>     (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
>
> _______________________________________________
> armedbear-devel mailing list
> armedbear-devel at common-lisp.net
> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20120809/45507971/attachment.html>


More information about the armedbear-devel mailing list