jvm-profiling-tools / perf-map-agent

A java agent to generate method mappings to use with the linux `perf` tool
GNU General Public License v2.0
1.65k stars 260 forks source link

Fix compilation warnings. #2

Closed philipa closed 9 years ago

philipa commented 10 years ago

The string.h include was necessary for compilation (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)).

The other changes just tidy up compilation warnings.

jrudolph commented 10 years ago

Thanks, I guess I need a bit of C tutoring. I'll have to decide on a license before I will take PRs but afterwards I let you know.

jrudolph commented 9 years ago

Thanks again, @philipa. I'm going to license this library under GPLv2. So, I need to ask if you want to contribute this change under GPLv2?

philipa commented 9 years ago

Yes, that's fine.

jrudolph commented 9 years ago

Excellent :)