From 708f27da19f234c649c8c1dc42df0e0102b1e585 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 30 Nov 2009 01:18:47 -0600 Subject: [PATCH] --- yaml --- r: 169863 b: refs/heads/master c: e136323c5a8a7d91d17c5b7b340758bb9dd33739 h: refs/heads/master i: 169861: 1e386f7e5dc443e42cde03a29de9bc0cef123734 169859: 9168fc574919c6c4b748e12ccc38f05ad2f0617d 169855: 5b68cb36ecc23ab6296e520e1651e18bcd5d9ea3 v: v3 --- [refs] | 2 +- trunk/tools/perf/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7fb6f4c6a35b..dba3065cc29b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f8be4231f82ab56a87ce74906671afbe1aa9ec75 +refs/heads/master: e136323c5a8a7d91d17c5b7b340758bb9dd33739 diff --git a/trunk/tools/perf/Makefile b/trunk/tools/perf/Makefile index d62a2d7ff4e9..20cd66362d2d 100644 --- a/trunk/tools/perf/Makefile +++ b/trunk/tools/perf/Makefile @@ -872,7 +872,7 @@ util/find_next_bit.o: ../../lib/find_next_bit.c PERF-CFLAGS $(QUIET_CC)$(CC) -o util/find_next_bit.o -c $(ALL_CFLAGS) -DETC_PERFCONFIG='"$(ETC_PERFCONFIG_SQ)"' $< util/trace-event-perl.o: util/trace-event-perl.c PERF-CFLAGS - $(QUIET_CC)$(CC) -o util/trace-event-perl.o -c $(ALL_CFLAGS) $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter $< + $(QUIET_CC)$(CC) -o util/trace-event-perl.o -c $(ALL_CFLAGS) $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow $< scripts/perl/Perf-Trace-Util/Context.o: scripts/perl/Perf-Trace-Util/Context.c PERF-CFLAGS $(QUIET_CC)$(CC) -o scripts/perl/Perf-Trace-Util/Context.o -c $(ALL_CFLAGS) $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs $<