From a6d60f9c8de1dfc6e40f7c73bcdb403dd69d97be Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 15 Nov 2013 10:03:22 +0000 Subject: fixes in the C runtime to avoid warnings when compiling on MacOS --- src/runtime/c/gu/exn.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/runtime/c/gu/exn.h') diff --git a/src/runtime/c/gu/exn.h b/src/runtime/c/gu/exn.h index 3fefae738..faf413a96 100644 --- a/src/runtime/c/gu/exn.h +++ b/src/runtime/c/gu/exn.h @@ -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} \ } -- cgit v1.2.3