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

Applying [[noreturn]] attribute to asset_internal #4392

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

clemahieu
Copy link
Contributor

This will silence warnings/errors in functions that don't return values in control flow paths that end with release_assert. warning: non-void function does not return a value in all control paths [-Wreturn-type]

This will silence warnings/errors in functions that don't return values in control flow paths that end with release_assert.
"warning: non-void function does not return a value in all control paths [-Wreturn-type]"
@clemahieu clemahieu force-pushed the assert_internal_noreturn branch from afc81e6 to a805a62 Compare January 24, 2024 14:09
@clemahieu clemahieu merged commit 92ef79e into nanocurrency:develop Jan 24, 2024
16 of 19 checks passed
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.

2 participants