comparison packages/services/memalloc/common/current/ChangeLog @ 3105:087a81b7ea16

Fix compiler warnings about variables that are set but never referenced. [ Bugzilla 1001511 ]
author grante
date Tue, 06 Mar 2012 19:37:40 +0000
parents 3e161d64711f
children 543f9e6905da
comparison
equal deleted inserted replaced
3104:bc2f148cfe4b 3105:087a81b7ea16
1 2012-03-06 Grant Edwards <grant.b.edwards@gmail.com>
2
3 * src/malloc.cxx (free):
4 * src/kapi.cxx (cyg_mempool_var_free, cyg_mempool_fix_free): Fix
5 compiler warnings about variables that are set but never
6 referenced. [ Bugzilla 1001511 ]
7
1 2009-09-01 Bart Veer <bartv@ecoscentric.com> 8 2009-09-01 Bart Veer <bartv@ecoscentric.com>
2 9
3 * src/heapgen.tcl (tcl_path): use the makefile's HOST instead of 10 * src/heapgen.tcl (tcl_path): use the makefile's HOST instead of
4 tcl_platform() to figure out host details. 11 tcl_platform() to figure out host details.
5 12