On Mon, Sep 16, 2013 at 11:11:16AM +0900, Namhyung Kim wrote: > -$(OUTPUT)util/scripting-engines/trace-event-perl.o: > util/scripting-engines/trace-event-perl.c $(OUTPUT)PERF-CFLAGS > - $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PERL_EMBED_CCOPTS) > -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow > -Wno-undef -Wno-switch-default $< > - > -$(OUTPUT)scripts/perl/Perf-Trace-Util/Context.o: > scripts/perl/Perf-Trace-Util/Context.c $(OUTPUT)PERF-CFLAGS > - $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PERL_EMBED_CCOPTS) > -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter > -Wno-nested-externs -Wno-undef -Wno-switch-default $< > - > -$(OUTPUT)util/scripting-engines/trace-event-python.o: > util/scripting-engines/trace-event-python.c $(OUTPUT)PERF-CFLAGS > - $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PYTHON_EMBED_CCOPTS) > -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow > $< > - > -$(OUTPUT)scripts/python/Perf-Trace-Util/Context.o: > scripts/python/Perf-Trace-Util/Context.c $(OUTPUT)PERF-CFLAGS > - $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PYTHON_EMBED_CCOPTS) > -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter > -Wno-nested-externs $<
What happened with the trailing -W options in each target above? Looks like they've been dropped because I can't find them in the new definitions... Thanks. -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/