lightweight-java-profiler fails to build on Ubuntu 13.10 (Saucy):
/home/adam/src/lightweight-java-profiler/src/display.cc:23:22: error: invalid
suffix on literal; C++11 requires a space between literal and identifier
[-Werror=literal-suffix]
fprintf(file_, "%"PRIdPTR" ", traces[i].count);
The fix is trivial; patch attached.
Original issue reported on code.google.com by a...@medovina.org on 5 Oct 2013 at 8:46
Original issue reported on code.google.com by
a...@medovina.org
on 5 Oct 2013 at 8:46Attachments: