[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
- Re: Towards a cleaner build, (continued)
Re: Towards a cleaner build, Andreas Schwab, 2019/06/09
Re: Towards a cleaner build, Stefan Monnier, 2019/06/09
Re: Towards a cleaner build, Lars Ingebrigtsen, 2019/06/09
Re: Towards a cleaner build,
Stefan Monnier <=
Re: Towards a cleaner build, Lars Ingebrigtsen, 2019/06/09
Re: Towards a cleaner build, Stefan Monnier, 2019/06/09
Re: Towards a cleaner build, Lars Ingebrigtsen, 2019/06/09