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]

How to resolve?


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]