Skip to content

Fix no return statement in the non-void function (according g++8)#1

Open
mrandybu wants to merge 1 commit intoalimon:masterfrom
mrandybu:fix_no_return_statement
Open

Fix no return statement in the non-void function (according g++8)#1
mrandybu wants to merge 1 commit intoalimon:masterfrom
mrandybu:fix_no_return_statement

Conversation

@mrandybu
Copy link

If the function is non-void, but no return, then when building with gcc8-c++, an incorrect assembler code is generated that falls in run-time. A more detailed description can be found here http://bugs.altlinux.org/36038.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant