nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [PATCH] restore terminal and print backtrace for segfau


From: Benno Schulenberg
Subject: Re: [Nano-devel] [PATCH] restore terminal and print backtrace for segfaults and assertions
Date: Wed, 17 Jan 2018 11:17:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0


Op 16-01-18 om 21:59 schreef Mike Frysinger:
On 16 Jan 2018 21:29, Benno Schulenberg wrote:
Nano has a macro for that, made by Mike himself:

    /* Suppress warnings for __attribute__((warn_unused_result)). */
    #define IGNORE_CALL_RESULT(call) do { if (call) {} } while(0)

i think that can be attributed to Kamil Dudka <address@hidden>

You're right.  I misremembered, and didn't take the fifteen seconds
needed to check.

    http://git.savannah.gnu.org/cgit/nano.git/commit/?id=a97cb819

Sorry, Kamil.

Benno



reply via email to

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