koolhazz / gperftools

Automatically exported from code.google.com/p/gperftools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Not all code paths compile #649

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some code paths does not compile due to missing paranthese:

src/debugallocation.cc: In static member function 'static MallocBlock* 
MallocBlock::Allocate(size_t, int)':
src/debugallocation.cc:532:58: error: expected ')' before ';' token
     b = (MallocBlock*) do_malloc(real_malloced_size(size);

Original issue reported on code.google.com by jeg_er_r...@hotmail.com on 16 Sep 2014 at 7:00

GoogleCodeExporter commented 9 years ago
This has been fixed already. Make sure to try latest code (2.2.1)

Original comment by alkondratenko on 16 Sep 2014 at 6:16