forked from GitHub/gf-core
fixes in the C runtime to avoid warnings when compiling on MacOS
This commit is contained in:
@@ -64,8 +64,7 @@ struct GuExn {
|
||||
.parent = parent_, \
|
||||
.catch = gu_kind(catch_), \
|
||||
.caught = NULL, \
|
||||
.data.pool = pool_, \
|
||||
.data.data = NULL \
|
||||
.data = {.pool = pool_, .data = NULL} \
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user