Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4326
Modified Files:
Tag: MonetDB_1-20
gdk.mx
Log Message:
Squuash warnings.
This is not really the right way, but this is not going to be
propagated (it will conflict). Also see bug #1840239.
Index: gdk.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk.mx,v
retrieving revision 1.238
retrieving revision 1.238.2.1
diff -u -d -r1.238 -r1.238.2.1
--- gdk.mx 15 Aug 2007 21:38:11 -0000 1.238
+++ gdk.mx 28 Nov 2007 13:40:22 -0000 1.238.2.1
@@ -2510,7 +2510,7 @@
*ip = b->hseqbase;
if (*ip != oid_nil) {
- *ip += BUNgetpos(b, p);
+ *ip += (oid) BUNgetpos(b, p);
}
return (ptr) ip;
}
@@ -2522,7 +2522,7 @@
*ip = b->tseqbase;
if (*ip != oid_nil) {
- *ip += BUNgetpos(b, p);
+ *ip += (oid) BUNgetpos(b, p);
}
return (ptr) ip;
}
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins