emacs-devel
[Top][All Lists]
Advanced

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

Re: Towards a cleaner build


From: Lars Ingebrigtsen
Subject: Re: Towards a cleaner build
Date: Fri, 17 May 2019 08:12:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

> I'd prefer if we made the byte-compiler warnings smarter in this
> case.  It shouldn't behave like we are shooting ourselves in the foot
> in these cases.
>
> Do we have a means to tell the byte-compiler "don't emit this specific
> warning for that function"?  If not, perhaps we should.

Yes, that would be very nice.  Perhaps a general er form?  Like...

(without-byte-compilation-warnings
  ...)

Hm, that's perhaps too general.  What about:

(without-byte-compilation-warning 'callargs
  ...)


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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