emacs-devel
[Top][All Lists]
Advanced

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

Re: attribute warn_unused_result


From: Paul Eggert
Subject: Re: attribute warn_unused_result
Date: Fri, 04 Feb 2011 00:51:11 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 02/04/2011 12:41 AM, Eli Zaretskii wrote:
> The -Wno-unused-result compiler options looks easy to me, and is IMO
> cleaner than using ignore-value.h.  Heck, even the corresponding
> pragma in the affected source files looks cleaner.

Unfortunately those approaches shut off all instances
of the warnings, even the useful ones.  I wouldn't have
found the eight bugs fixed in BZR 102952 if I hadn't
had those warnings.

Like I said, though, I don't much like ignore_value,
and either of the above approaches would also be fine
with me.



reply via email to

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