This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On 10/01/2018 05:27 PM, Christophe Lyon wrote:
The proper fix (for both places) is to add noreturn to the _kill() prototype in the file. (Which presumably is true, otherwise _exit() will return. I did test that it fixes the warning.) (It would not be surprising if it also needed to be added to the _kill() source, itself.)Hi, While building newlib for ARM, I noticed GCC warnings for _exit() that the compiler thinks they return a value despite being noreturn. Like other targets, this small adds an endless loop to avoid the warning. OK? Christophe
Craig
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |