Changeset: a439e52dc13a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a439e52dc13a Modified Files: .github/workflows/linux.yml sql/storage/store.c Branch: default Log Message:
install winflexbison3 initialize variable for gcc 12 on macos diffs (24 lines): diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -84,7 +84,7 @@ jobs: if: runner.os == 'macOS' - name: choco packages - run: choco install winflexbison + run: choco install winflexbison3 if: runner.os == 'Windows' - name: make MonetDB on Windows diff --git a/sql/storage/store.c b/sql/storage/store.c --- a/sql/storage/store.c +++ b/sql/storage/store.c @@ -7291,7 +7291,7 @@ find_partition_type(sql_subtype *tpe, sq static int convert_part_values(sql_trans *tr, sql_table *mt ) { - sql_subtype found; + sql_subtype found = { 0 }; int localtype; find_partition_type(&found, mt); localtype = found.type->localtype; _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org