Changeset: b85cbb809ada for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/b85cbb809ada
Modified Files:
        gdk/gdk_aggr.c
Branch: Jul2021
Log Message:

"Use" nils so that compiler doesn't complain.


diffs (11 lines):

diff --git a/gdk/gdk_aggr.c b/gdk/gdk_aggr.c
--- a/gdk/gdk_aggr.c
+++ b/gdk/gdk_aggr.c
@@ -2959,6 +2959,7 @@ BATcalcavg(BAT *b, BAT *s, dbl *avg, BUN
        /* these two needed for ADD_WITH_CHECK macro */
        bool abort_on_error = true;
        BUN nils = 0;
+       (void) nils;
 
        ncand = canditer_init(&ci, b, s);
 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to