Fix https://github.com/libprima/prima/issues/193#196
Fix https://github.com/libprima/prima/issues/193#196zaikunzhang wants to merge 22 commits intomainfrom
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