bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#61730: 30.0.50; Compiler warnings for delq and delete


From: Mattias Engdegård
Subject: bug#61730: 30.0.50; Compiler warnings for delq and delete
Date: Sun, 9 Apr 2023 18:41:54 +0200

There is now a consolidated and improved ignored-return-value warning on 
master. However, it does not yet warn about delq and delete, which this bug 
originally was about, but keeps a list of other functions for which such a 
warning makes sense. The false-positive rate seems to be low enough.

The warning can be suppressed using `ignore`, or `with-suppressed-warnings`.

Once the issues indicated by the warnings remaining on master have been dealt 
with, other functions will be considered for addition, depending on how useful 
this would be.






reply via email to

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