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

Commits on Nov 14, 2024

  1. Added RPY_NO_RETURN attribute to throw_exception

    The throw_exception function had its [[noreturn]] attribute removed, which lead to a number of compiler warnings about non-returning functions after a throw.
    inakleinbottle committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2662d63 View commit details
    Browse the repository at this point in the history
  2. Comment out unused throw_exception templates

    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 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    26390fc View commit details
    Browse the repository at this point in the history