mirror of
https://github.com/async-profiler/async-profiler.git
synced 2026-05-13 10:33:45 +00:00
Fixed gcc warning on AArch64
This commit is contained in:
@@ -502,7 +502,7 @@ class Recording {
|
||||
return true;
|
||||
}
|
||||
|
||||
const char* getFeaturesString(char* str, size_t size, StackWalkFeatures f) {
|
||||
static const char* getFeaturesString(char* str, size_t size, StackWalkFeatures& f) {
|
||||
snprintf(str, size, "%s %s %s %s %s %s %s %s %s %s %s",
|
||||
f.unknown_java ? "unknown_java" : "-",
|
||||
f.unwind_stub ? "unwind_stub" : "-",
|
||||
|
||||
Reference in New Issue
Block a user