Hi Borislav, On Sat, 21 Sep 2013 01:01:32 +0200, Borislav Petkov wrote: > 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...
I replaced them to a single -w option since all we want to do is suppress any warning, right? Thanks, Namhyung -- 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/