* linux-next: build warning after merge of the kbuild tree
@ 2010-12-23 0:00 Stephen Rothwell
2010-12-23 8:25 ` [PATCH] kconfig: fix warning Arnaud Lacombe
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2010-12-23 0:00 UTC (permalink / raw)
To: Michal Marek; +Cc: linux-next, linux-kernel, Arnaud Lacombe
[-- Attachment #1: Type: text/plain, Size: 513 bytes --]
Hi Michal,
After merging the kbuild tree, today's linux-next build (powerpc
ppc64_defconfig) produced this warning:
In file included from scripts/kconfig/zconf.tab.c:2502:
scripts/kconfig/expr.c:1033: warning: no previous prototype for 'expr_simplify_unmet_dep'
Introduced by commit 1137c56b7420c801147e0863845c03b07554721a ("kconfig:
simplify select-with-unmet-direct-dependency warning").
--
Cheers,
Stephen Rothwell sfr@canb•auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH] kconfig: fix warning 2010-12-23 0:00 linux-next: build warning after merge of the kbuild tree Stephen Rothwell @ 2010-12-23 8:25 ` Arnaud Lacombe 2010-12-27 20:53 ` Michal Marek 0 siblings, 1 reply; 3+ messages in thread From: Arnaud Lacombe @ 2010-12-23 8:25 UTC (permalink / raw) To: Stephen Rothwell; +Cc: Michal Marek, linux-next, Arnaud Lacombe Hi, This should do it, sorry for that, I believe the original patch was not fully ready for integration. - Arnaud --- From: Arnaud Lacombe <lacombar@gmail•com> In file included from scripts/kconfig/zconf.tab.c:2502: scripts/kconfig/expr.c:1033: warning: no previous prototype for 'expr_simplify_unmet_dep' Reported-by: Stephen Rothwell <sfr@canb•auug.org.au> Signed-off-by: Arnaud Lacombe <lacombar@gmail•com> --- scripts/kconfig/expr.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index 218991b..79ab6e7 100644 --- a/scripts/kconfig/expr.h +++ b/scripts/kconfig/expr.h @@ -206,6 +206,7 @@ struct expr *expr_extract_eq_and(struct expr **ep1, struct expr **ep2); struct expr *expr_extract_eq_or(struct expr **ep1, struct expr **ep2); void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2); struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym); +struct expr *expr_simplify_unmet_dep(struct expr *e1, struct expr *e2); void expr_fprint(struct expr *e, FILE *out); struct gstr; /* forward */ -- 1.7.3.3 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] kconfig: fix warning 2010-12-23 8:25 ` [PATCH] kconfig: fix warning Arnaud Lacombe @ 2010-12-27 20:53 ` Michal Marek 0 siblings, 0 replies; 3+ messages in thread From: Michal Marek @ 2010-12-27 20:53 UTC (permalink / raw) To: Arnaud Lacombe; +Cc: Stephen Rothwell, linux-next, linux-kernel On Thu, Dec 23, 2010 at 03:25:16AM -0500, Arnaud Lacombe wrote: > In file included from scripts/kconfig/zconf.tab.c:2502: > scripts/kconfig/expr.c:1033: warning: no previous prototype for 'expr_simplify_unmet_dep' > > Reported-by: Stephen Rothwell <sfr@canb•auug.org.au> > Signed-off-by: Arnaud Lacombe <lacombar@gmail•com> > --- > scripts/kconfig/expr.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Applied to kbuild-2.6.git#kconfig, thanks. Michal > > diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h > index 218991b..79ab6e7 100644 > --- a/scripts/kconfig/expr.h > +++ b/scripts/kconfig/expr.h > @@ -206,6 +206,7 @@ struct expr *expr_extract_eq_and(struct expr **ep1, struct expr **ep2); > struct expr *expr_extract_eq_or(struct expr **ep1, struct expr **ep2); > void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2); > struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym); > +struct expr *expr_simplify_unmet_dep(struct expr *e1, struct expr *e2); > > void expr_fprint(struct expr *e, FILE *out); > struct gstr; /* forward */ > -- > 1.7.3.3 > ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-27 20:53 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-12-23 0:00 linux-next: build warning after merge of the kbuild tree Stephen Rothwell 2010-12-23 8:25 ` [PATCH] kconfig: fix warning Arnaud Lacombe 2010-12-27 20:53 ` Michal Marek
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox