mbabic / lightweight-java-profiler

Automatically exported from code.google.com/p/lightweight-java-profiler
Apache License 2.0
0 stars 0 forks source link

invalid suffix on literal #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
display.cc:23:22: warning: invalid suffix on literal; C++11 requires a space 
between literal and identifier [-Wliteral-suffix]
       fprintf(file_, "%"PRIdPTR" ", traces[i].count);

Original issue reported on code.google.com by Sam.Hall...@gmail.com on 29 Sep 2014 at 1:08

GoogleCodeExporter commented 8 years ago
I can duplicate this issue when compiling on Korora (Fedora) 21.

Original comment by marcandr...@gmail.com on 29 Jun 2015 at 3:11