From 3af8c9c54c0015014c7c6375d87255c7609cb1c1 Mon Sep 17 00:00:00 2001 From: Jeremy Fitzhardinge Date: Thu, 16 Apr 2009 23:35:39 -0700 Subject: [PATCH] --- yaml --- r: 146027 b: refs/heads/master c: 76aa81118ddfbb3dc31533030cf3ec329dd067a6 h: refs/heads/master i: 146025: 88afbe7107e4968e05d6b3be097e962f3035ee61 146023: 7e30cecfca651d765b482234609ce1f937e89697 v: v3 --- [refs] | 2 +- trunk/include/trace/ftrace.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2176702ab105..d17f6f2c0d30 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ea21c1ecdb35ecdcac5fd9d95f62a1f6a7ffec0 +refs/heads/master: 76aa81118ddfbb3dc31533030cf3ec329dd067a6 diff --git a/trunk/include/trace/ftrace.h b/trunk/include/trace/ftrace.h index 60c5323bee64..39a3351f2e7f 100644 --- a/trunk/include/trace/ftrace.h +++ b/trunk/include/trace/ftrace.h @@ -160,8 +160,8 @@ ftrace_raw_output_##call(struct trace_iterator *iter, int flags) \ static int \ ftrace_format_##call(struct trace_seq *s) \ { \ - struct ftrace_raw_##call field; \ - int ret; \ + struct ftrace_raw_##call field __attribute__((unused)); \ + int ret = 0; \ \ tstruct; \ \