This patch fix following compile error.
signal.c:176:6: error: 'for' loop initial declarations are only allowed
in C99 mode
for (int i = g_signal_dispatch->signal_to_eid_set->size - 1; i
>= 0; i--) {
You can view, comment on, or merge this pull request online at:
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/245
-- Commit Summary --
* Fix a compile error
-- File Changes --
M sgx_ustdc/signal.c (3)
-- Patch Links --
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/245.patch
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/245.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/245