This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r154670 - in /trunk/libjava: ChangeLog posix-th...


Author: bje
Date: Thu Nov 26 10:06:35 2009
New Revision: 154670

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154670
Log:
	* posix-threads.cc (ParkHelper::unpark): Do not initialise result,
	but assign it instead. Eliminates an unused variable warning when
	the result == 0 assertion is disabled.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/posix-threads.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]