Changeset: 0230b85fe708 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0230b85fe708
Modified Files:
        monetdb5/modules/mal/pma.mx
Branch: default
Log Message:

pma.mx:627: error: ?md? may be used uninitialized in this function

(Solaris/Sparc, gcc-4.3.2, -march=niagara -mcpu=niagara)


diffs (12 lines):

diff --git a/monetdb5/modules/mal/pma.mx b/monetdb5/modules/mal/pma.mx
--- a/monetdb5/modules/mal/pma.mx
+++ b/monetdb5/modules/mal/pma.mx
@@ -624,7 +624,7 @@
 pma_export str
 PMAfnd_@1(oid *lo_res, oid *hi_res, bat *bid, oid *lo, oid *hi, @1 *val) {
        BAT* b = BATdescriptor(*bid);
-       BUN i, md, h, l;
+       BUN i, md = 0, h, l;
        @1 *base;
        if (b == NULL) throw(MAL,"pma.fnd","illegal bat parameter");
        if (*lo > *hi) throw(MAL,"pma.fnd","low>high");
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to