bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#15103: 24.3.50; Wrong byte compiler warning


From: Stefan Monnier
Subject: bug#15103: 24.3.50; Wrong byte compiler warning
Date: Thu, 03 Oct 2013 23:41:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> I have a file test.el:
> (condition-case err
>     (ignore)
>   (file-error (ignore))
>   (error (message "%s" (error-message-string err))))
[...]
> In toplevel form:
> test.el:1:1:Warning: Unused lexical argument `err'
> Wrote /home/albinus/tmp/test.elc

If you set byte-compile--use-old-handlers to nil, the above spurious
warning should now be fixed.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]