|
From: | Paul Eggert |
Subject: | Re: [rcs-5.9.4] _Noreturn left undefined on Yosemite |
Date: | Wed, 28 Jun 2017 15:59:20 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 |
Christian Wagner wrote:
Yet, as shown by base.h, it seems that the code of RCS relies on _Noreturn being defined.
No, as _Noreturn is a keyword in C11, and so it should not be #defined if your compiler is C11 or later. Evidently your compiler does not support _Noreturn even though its definition of __STDC_VERSION__ indicates that it does support _Noreturn. I would investigate that.
[Prev in Thread] | Current Thread | [Next in Thread] |