[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Warn about comparing quoted lists (etc) using `eq`
From: |
Mattias Engdegård |
Subject: |
Re: Warn about comparing quoted lists (etc) using `eq` |
Date: |
Thu, 15 Dec 2022 14:58:31 +0100 |
15 dec. 2022 kl. 11.50 skrev Ihor Radchenko <yantar92@posteo.net>:
> there should also be a way to tell the compiler not to throw the
> warning in specific, checked, places in the code.
(with-suppressed-warnings ((suspicious eq))
...)
should work, but there should be little need as false positives seem to be very
rare. Let me know if you run across any.