Merge branch 'linus' into x86/urgent
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / tools / perf / util / trace-event-parse.c
index 73a02223c62922125b0dddb97e8a26099d8fdcd8..d8e622dd738aaafe4ce2a586f426f95e94da9e48 100644 (file)
@@ -153,7 +153,7 @@ void parse_proc_kallsyms(char *file, unsigned int size __unused)
        char *next = NULL;
        char *addr_str;
        char ch;
-       int ret;
+       int ret __used;
        int i;
 
        line = strtok_r(file, "\n", &next);