cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
fixing compiler warnings
fixing compiler warnings
Jun 9, 2014 at 11:49am
Jun 9, 2014 at 11:49am UTC
chathurad
(1)
Hi all ,
How can we fix the Wsuggest-attribute=noreturn warning ?
Thank you
chathura
Jun 9, 2014 at 9:01pm
Jun 9, 2014 at 9:01pm UTC
helios
(17607)
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.