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; \ \