Changeset: 1e8df017a24e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1e8df017a24e
Modified Files:
        monetdb5/extras/rdf/rdflabels.c
Branch: rdf
Log Message:

Small fix for compilation error as some code is commented out.


diffs (26 lines):

diff --git a/monetdb5/extras/rdf/rdflabels.c b/monetdb5/extras/rdf/rdflabels.c
--- a/monetdb5/extras/rdf/rdflabels.c
+++ b/monetdb5/extras/rdf/rdflabels.c
@@ -2080,8 +2080,10 @@ void getTableName(CSlabel* label, int cs
        int             tmpListCount;
        char            nameFound = 0;
 
-       BUN             ontClassPos;    //Position of ontology in the ontmetaBat
-       oid             typeOid;        
+
+       (void) ontmetaBat;
+       (void) ontclassSet;
+
 
        // --- ONTOLOGY ---
        // add all ontology candidates to list of candidates
@@ -2176,6 +2178,9 @@ void getTableName(CSlabel* label, int cs
                /*   //TODO: Uncomment this path
                for (j = 0; j < typeAttributesHistogramCount[csIdx][i]; j++){
                        str typelabel; 
+                       BUN             ontClassPos;    //Position of ontology 
in the ontmetaBat
+                       oid             typeOid;        
+
                        typeOid = typeAttributesHistogram[csIdx][i][j].value;
                        printf("FreqCS %d : Type[%d][%d][oid] = " BUNFMT, 
csIdx, i,j, typeOid);
                        ontClassPos = BUNfnd(BATmirror(ontmetaBat), &typeOid); 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to