This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
How to resolve?
- From: "Jaap de Wolff" <info at jasoon dot nl>
- To: <newlib at sourceware dot org>
- Date: Fri, 9 Feb 2018 09:51:58 +0100
- Subject: How to resolve?
- Authentication-results: sourceware.org; auth=none
Hi all,
After all patches I did sent I have still one warning:
In libgloss/arm/_exit.c I get a warning on _exit about 'noreturn' function
does return
For testing I work around this issue by adding a while(1); at the end of the
function, but I would prefer a cleaner solution.
I already tried
#pragma GCC diagnostic ignored "-Wreturn-type"
Any suggestions?
Jaap de Wolff