Changeset: 13b15f4a14a6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=13b15f4a14a6 Modified Files: sql/backends/monet5/sql_cat.c Branch: Apr2019 Log Message:
Initialise variables to silence the compiler (Mojave) diffs (12 lines): diff --git a/sql/backends/monet5/sql_cat.c b/sql/backends/monet5/sql_cat.c --- a/sql/backends/monet5/sql_cat.c +++ b/sql/backends/monet5/sql_cat.c @@ -1170,7 +1170,7 @@ SQLdrop_type(Client cntxt, MalBlkPtr mb, str sname = *getArgReference_str(stk, pci, 1); char *name = *getArgReference_str(stk, pci, 2); int drop_action = *getArgReference_int(stk, pci, 3); - sql_schema *s; + sql_schema *s = NULL; sql_type *t; initcontext(); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list