Changeset: 583036e2f31d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=583036e2f31d Modified Files: gdk/gdk_cand.c Branch: candidate-exceptions Log Message:
Work around helpful compilers. diffs (12 lines): diff --git a/gdk/gdk_cand.c b/gdk/gdk_cand.c --- a/gdk/gdk_cand.c +++ b/gdk/gdk_cand.c @@ -760,7 +760,7 @@ canditer_slice(struct canditer *ci, BUN BATsetcount(bn, hi - lo); memcpy(Tloc(bn, 0), ci->oids + lo, (hi - lo) * sizeof(oid)); break; - case cand_dense: + default: /* really: case cand_dense: */ return BATdense(0, ci->seq + lo, hi - lo); case cand_except: o = canditer_idx(ci, lo); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list