-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Attachments:
Reactions are currently unavailable