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

2008-01-20 Thread Kaffe CVS
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:

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

2007-12-23 Thread Kaffe CVS
PatchSet 7619 Date: 2007/12/24 00:43:37 Author: robilad Branch: HEAD Tag: (none) Log: small compiler warning fix for jthreads 2007-12-24 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/systems/unix-jthreads/jthread.c (start_this_sucker_on_a_new_frame): Removed NONRETURNING to fix compiler

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

2006-04-22 Thread Kaffe CVS
PatchSet 7258 Date: 2006/04/22 12:40:02 Author: robilad Branch: HEAD Tag: (none) Log: small compiler warning fix 2006-04-22 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/constants.c (readConstantPool): Introduced new local variable str to hold utf8 strings from class file. That fixes a co

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

2006-04-21 Thread Kaffe CVS
PatchSet 7256 Date: 2006/04/22 00:32:11 Author: robilad Branch: HEAD Tag: (none) Log: small compiler warning fix 2006-04-22 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/jit/native-wrapper.c (Kaffe_wrapper): Call the right initInsnSequence depending on the jit engine.

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

2006-04-14 Thread Kaffe CVS
PatchSet 7221 Date: 2006/04/14 19:02:05 Author: robilad Branch: HEAD Tag: (none) Log: small compiler warning fix 2006-04-14 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/exception.c (dispatchException): Added missing cast for fix compiler warning. Members: ChangeLog:1.4727->1.47

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

2006-04-05 Thread Kaffe CVS
PatchSet 7216 Date: 2006/04/06 03:11:00 Author: robilad Branch: HEAD Tag: (none) Log: small compiler warning fix 2006-04-06 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/classMethod.h: Made methods.c.bcode.codelen an unsigned int. * kaffe/kaffevm/code-analyse.c (analyzeBasicBlock): Remov

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

2005-12-20 Thread Kaffe CVS
PatchSet 7023 Date: 2005/12/20 16:28:26 Author: robilad Branch: HEAD Tag: (none) Log: Small compiler warning fix 2005-12-20 Dalibor Topic <[EMAIL PROTECTED]> * configure.ac: Added GNU Classpath's includes to CPPFLAGS. * include/Makefile.am: Don't generate include file for VMP

[kaffe] CVS kaffe (robilad): Small compiler warning fix for gc-mem.c

2005-08-20 Thread Kaffe CVS
PatchSet 6856 Date: 2005/08/20 22:59:41 Author: robilad Branch: HEAD Tag: (none) Log: Small compiler warning fix for gc-mem.c 2005-08-21 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/kaffe-gc/gc-mem.c (gc_block_alloc): Made min_nb unsigned to fix compiler warning. Members