Changeset: 784fb888a905 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/784fb888a905
Modified Files:
        monetdb5/modules/kernel/algebra.c
Branch: pushcands
Log Message:

Compilation fix


diffs (13 lines):

diff --git a/monetdb5/modules/kernel/algebra.c 
b/monetdb5/modules/kernel/algebra.c
--- a/monetdb5/modules/kernel/algebra.c
+++ b/monetdb5/modules/kernel/algebra.c
@@ -1403,8 +1403,7 @@ ALG2bataggr(dbl *res, const bat *bid1, c
                        dbl (*func)(BAT *, BAT *, BAT *, BAT *),
                        const char *malfunc)
 {
-       BAT *b1, *b2;
-       BAT *s1 = NULL, *s2 = NULL;
+       BAT *b1 = NULL, *b2 = NULL, *s1 = NULL, *s2 = NULL;
        dbl result;
 
        if ((b1 = BATdescriptor(*bid1)) == NULL ||
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to