[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: obsolete functions found during the build process
From: |
Eric Abrahamsen |
Subject: |
Re: obsolete functions found during the build process |
Date: |
Sat, 12 Aug 2017 13:13:01 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
Paul Eggert <address@hidden> writes:
> Eli Zaretskii wrote:
>> In some cases, the use of the obsolete function is justified, though.
>
>
> Is there some way for code to say "I know this function is obsolete,
> but the call is justified so don't warn about it"? That would be
> helpful, so that compiles could be clean and so that people would be
> more likely to pay attention to any stray warnings that do crop up.
Maybe the `with-no-warnings' macro?
Eric