-
Notifications
You must be signed in to change notification settings - Fork 43
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 https://github.com/libprima/prima/issues/193 #196
base: main
Are you sure you want to change the base?
Conversation
… from 'prima_rc_t *' to 'int *const '
… from 'prima_rc_t *' to 'int *const '
…of enum prima_rc_t is not explicitly handled by a case label"
Thank you @amontoison for your approval. Hi @nbelakovski , I hope to hear your opinion before merging, especially on the following lines regarding https://github.com/libprima/prima/blob/fix_issue_193/c/prima.c#L124-L125 ( https://github.com/libprima/prima/blob/fix_issue_193/c/prima.c#L152-L153 ( https://github.com/libprima/prima/blob/fix_issue_193/c/prima.c#L196-L199 ( https://github.com/libprima/prima/blob/fix_issue_193/c/prima.c#L237-L238 (It was https://github.com/libprima/prima/blob/fix_issue_193/c/prima.c#L241-L245 (It was Thank you. |
Hi @amontoison and @nbelakovski , In case no other solution is proposed, where do you think we should place Thanks. Zaikun |
@zaikunzhang It can stay in |
…` and `prima_init_result` static; the first handles #188
Thank you @amontoison . This would necessitate changing some CMakeList.txt, right? Could you show me how to do it? I have no basic idea bout CMake. Thanks. |
@zaikunzhang |
Hi @nbelakovski , do these changes look good to you? Thank you. |
This includes the fixes proposed by @amontoison in #194 to fix #193