[Xenomai-core] [PATCH] Only export required CFLAGS via xeno-config

2012-02-03 Thread Jan Kiszka
-Werror-implicit-function-declaration is not compatible with C++, and also decisions about -Wall and -pipe should be left to the application. Signed-off-by: Jan Kiszka --- configure.in | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in

Re: [Xenomai-core] [PATCH] Only export required CFLAGS via xeno-config

2012-02-03 Thread Gilles Chanteperdrix
On 02/03/2012 03:50 PM, Jan Kiszka wrote: > -Werror-implicit-function-declaration is not compatible with C++, and > also decisions about -Wall and -pipe should be left to the application. > > Signed-off-by: Jan Kiszka > --- > configure.in | 12 ++-- > 1 files changed, 6 insertions(+),

Re: [Xenomai-core] [PATCH] Only export required CFLAGS via xeno-config

2012-02-03 Thread Gilles Chanteperdrix
On 02/03/2012 04:22 PM, Gilles Chanteperdrix wrote: > On 02/03/2012 03:50 PM, Jan Kiszka wrote: >> -Werror-implicit-function-declaration is not compatible with C++, and >> also decisions about -Wall and -pipe should be left to the application. >> >> Signed-off-by: Jan Kiszka >> --- >> configure.i