fixing compiler warnings

Jun 9, 2014 at 11:49am
Hi all ,

How can we fix the Wsuggest-attribute=noreturn warning ?

Thank you
chathura
Jun 9, 2014 at 9:01pm
https://gcc.gnu.org/onlinedocs/gcc-4.3.5/gcc/Function-Attributes.html

The compiler is saying that it wasn't able to prove (in the mathematical sense) that the function ever returns normally.
Topic archived. No new replies allowed.