[kaffe] CVS kaffe (robilad): small compiler warning fix

Kaffe CVS cvs-commits at kaffe.org
Sun Jan 20 18:04:47 PST 2008


PatchSet 7715 
Date: 2008/01/21 02:03:31
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
small compiler warning fix

008-01-21  Dalibor Topic  <robilad at kaffe.org>

* kaffe/kaffevm/findInJar.c (getManifestMainAttribute):
Fixed type of i to match return type of getUncompressedSize.

Members: 
	ChangeLog:1.5216->1.5217 
	kaffe/kaffevm/findInJar.c:1.77->1.78 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5216 kaffe/ChangeLog:1.5217
--- kaffe/ChangeLog:1.5216	Mon Jan 21 01:44:43 2008
+++ kaffe/ChangeLog	Mon Jan 21 02:03:31 2008
@@ -1,5 +1,10 @@
 2008-01-21  Dalibor Topic  <robilad at kaffe.org>
 
+	* kaffe/kaffevm/findInJar.c (getManifestMainAttribute):
+	Fixed type of i to match return type of getUncompressedSize.
+
+2008-01-21  Dalibor Topic  <robilad at kaffe.org>
+
 	* TODO: Updated with some potential jit engine sources.
 
 2008-01-21  Dalibor Topic  <robilad at kaffe.org>
Index: kaffe/kaffe/kaffevm/findInJar.c
diff -u kaffe/kaffe/kaffevm/findInJar.c:1.77 kaffe/kaffe/kaffevm/findInJar.c:1.78
--- kaffe/kaffe/kaffevm/findInJar.c:1.77	Mon Jan 21 01:04:37 2008
+++ kaffe/kaffe/kaffevm/findInJar.c	Mon Jan 21 02:03:32 2008
@@ -631,7 +631,7 @@
 	char* mfdata;
 	char* attrEntry;
 	char* ret;
-	size_t i;
+	zzip_ssize_t i;
 	int posAttrValue;
 
 	/* Locate manifest entry in jar */




More information about the kaffe mailing list