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  <[EMAIL PROTECTED]>

* 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  <[EMAIL PROTECTED]>
 
+       * kaffe/kaffevm/findInJar.c (getManifestMainAttribute):
+       Fixed type of i to match return type of getUncompressedSize.
+
+2008-01-21  Dalibor Topic  <[EMAIL PROTECTED]>
+
        * TODO: Updated with some potential jit engine sources.
 
 2008-01-21  Dalibor Topic  <[EMAIL PROTECTED]>
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 */

_______________________________________________
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to