-
Notifications
You must be signed in to change notification settings - Fork 37
return umf_result in (almost) all umf functions #1387
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
Conversation
156fb5c
to
9711133
Compare
(void)provider; // Unused parameter | ||
return "File Provider"; | ||
*name = "File Provider"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*name = "File Provider"; | |
if(name == NULL) { | |
return NULL; | |
} | |
*name = "File Provider"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or ASSERT
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
3737ec1
to
8b53e23
Compare
@lplewa - about compatibility - please disable these tests in separate commit, then we merge this PR, create new tag and update compatibility workflow + enable it |
2d26499
to
b42aeb9
Compare
Description
Checklist