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

Fix minor issues #592

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Fix minor issues #592

merged 1 commit into from
Sep 16, 2024

Conversation

TedLyngmo
Copy link
Contributor

  • function missing [[noreturn]]
  • semi-colon after function block
  • double semi-colon after expression
  • missing prototype
  • parameter in documentation not matching parameter in function
  • unused variable

* function missing [[noreturn]]
* semi-colon after function block
* double semi-colon after expression
* missing prototype
* parameter in documentation not matching parameter in function
* unused variable

Signed-off-by: Ted Lyngmo <ted@lyncon.se>
@sewenew sewenew merged commit fd95870 into sewenew:master Sep 16, 2024
2 of 3 checks passed
@sewenew
Copy link
Owner

sewenew commented Sep 16, 2024

Thanks for your contribution!

Regards

@TedLyngmo TedLyngmo deleted the minors branch September 16, 2024 17:53
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