emacs-devel
[Top][All Lists]
Advanced

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

Re: Towards a cleaner build


From: Stefan Monnier
Subject: Re: Towards a cleaner build
Date: Sun, 09 Jun 2019 14:24:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>>   (with-suppressed-warnings ((mapcar mapcar))
>>     (mapcar #'list '(1 2 3)))
> This is the 'mapcar called for effect' one, right?

Hmm... I've never seen this warning misfire nor have I ever been unable
to replace the mapcar with mapc, so I'm not sure we care about this case
w.r.t with-suppressed-warnings.

> Could we group it with 'value returned from (+ 1 2) is unused' for
> (progn (+ 1 2) nil)?

I can't remember having to silence this warning either, FWIW.


        Stefan




reply via email to

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