comparison packages/kernel/current/ChangeLog @ 2052:ec1655a2f96e

* tests/ksem1.c: Type fix to fix a compiler warning. * tests/mutex3.cxx: new cannot be both static and global. * tests/testaux.hxx: Ditto
author asl
date Wed, 03 Aug 2005 20:57:41 +0000
parents c54d8b5a6811
children e077adee2438
comparison
equal deleted inserted replaced
2051:6ffd8d86a3bd 2052:ec1655a2f96e
1 2005-08-03 Andrew Lunn <andrew.lunn@ascom.ch>
2
3 * tests/ksem1.c: Type fix to fix a compiler warning.
4 * tests/mutex3.cxx: new cannot be both static and global.
5 * tests/testaux.hxx: Ditto
6
1 2005-07-30 Andrew Lunn <andrew.lunn@ascom.ch> 7 2005-07-30 Andrew Lunn <andrew.lunn@ascom.ch>
2 8
3 * src/sync/mbox.cxx (tryget,peak_item): initialize local variable 9 * src/sync/mbox.cxx (tryget,peak_item): initialize local variable
4 to avoid compiler warning. 10 to avoid compiler warning.
5 11