Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added RPY_NO_RETURN attribute to throw_exception #154

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

inakleinbottle
Copy link
Contributor

The throw_exception function had its [[noreturn]] attribute removed, which lead to a number of compiler warnings about non-returning functions after a throw.

The throw_exception function had its [[noreturn]] attribute removed, which lead to a number of compiler warnings about non-returning functions after a throw.
Commented out multiple throw_exception template specializations to avoid unused function warnings. This change keeps the code clean and focuses on maintaining only necessary functionalities.
@inakleinbottle inakleinbottle merged commit da4b61c into main Nov 14, 2024
3 checks passed
@inakleinbottle inakleinbottle deleted the fix-no-return-attribute-on-throw-function branch November 14, 2024 10:24
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