Em Wed, Mar 11, 2015 at 10:36:20AM -0400, David Ahern escreveu: > perf fails to build with gcc "(GCC) 4.4.7 20120313 (Red Hat 4.4.7-4.0.9)" > (a.k.a., RHEL6 / CentOS 6 / OL 6): > > cc1: warnings being treated as errors > util/probe-event.c: In function ‘get_alternative_line_range’: > util/probe-event.c:359: error: missing initializer > util/probe-event.c:359: error: (near initialization for ‘pp.file’) > util/probe-event.c:359: error: missing initializer > util/probe-event.c:359: error: (near initialization for ‘result.function’) > > Fix by bringing in initializers to declaration.
Thanks, applied to perf/core. - Arnaldo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

