emacs-devel
[Top][All Lists]
Advanced

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

Re: master bd60ee2 1/5: auth-source: factor out parsers and add tests


From: Stefan Monnier
Subject: Re: master bd60ee2 1/5: auth-source: factor out parsers and add tests
Date: Fri, 28 Apr 2017 08:52:12 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

> Sorry, I don't know what's the proper fix. What breaks, and how should I
> have caught this problem before it was comitted?

"make" says:

      ELC      auth-source.elc
    
    In toplevel form:
    auth-source.el:782:1:Warning: Unused lexical variable ‘sym’
    auth-source.el:818:1:Warning: Unused lexical variable ‘sym’
    auth-source.el:1196:1:Warning: Unused lexical variable ‘ret’
    
    In end of data:
    auth-source.el:2080:1:Warning: the function ‘return’ is not known to be
        defined.

and while the 3 "unused ..." lines are due to my setting
byte-compile-force-lexical-warnings, the last warning should be present
for you as well.


        Stefan




reply via email to

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