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

Kaffe CVS <[email protected]>
Newsgroups gmane.comp.java.vm.kaffe.general
Message-ID <[email protected]>
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 warning.

Members: 
	ChangeLog:1.5117->1.5118 
	kaffe/kaffevm/systems/unix-jthreads/jthread.c:1.143->1.144 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5117 kaffe/ChangeLog:1.5118
--- kaffe/ChangeLog:1.5117	Sun Dec 23 22:38:08 2007
+++ kaffe/ChangeLog	Mon Dec 24 00:43:37 2007
@@ -1,3 +1,8 @@
+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 warning.
+
 2007-12-23  Dalibor Topic  <[email protected]>
 
 	* kaffe/kaffevm/jit/machine.c (finishInsnSequence): 
Index: kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c
diff -u kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c:1.143 kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c:1.144
--- kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c:1.143	Sat Apr 22 18:40:42 2006
+++ kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c	Mon Dec 24 00:43:40 2007
@@ -1517,7 +1517,7 @@
 	assert(!"Rescheduling dead thread");
 }
 
-static void NONRETURNING
+static void
 start_this_sucker_on_a_new_frame(void)
 {
 	/* all threads start with interrupts turned off */
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.