Please always keep the mailing list in Cc, so you optimize the chance of getting
a complete answer in a minimized time.  Otherwise, you run the risk of either
get a terse answer, or have to wait (possibly long) that I have time to provide
a lengthier answer (or simply that I come back from vacations...)

Solal, le Thu 24 Apr 2014 09:53:45 +0200, a écrit :
> I have that :
> depbase=`echo device/net_io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
>       gcc -m32 -DHAVE_CONFIG_H -I. -I..  -nostdinc -imacros config.h -Ii386
> -I. -I../i386 -I../i386/include/mach/sa -I../include  -fno-builtin-log
> -Wall -fno-strict-aliasing -fno-stack-protector  -mno-3dnow -mno-mmx
> -mno-sse -mno-sse2 -g -O2 -MT device/net_io.o -MD -MP -MF $depbase.Tpo
> -c -o device/net_io.o ../device/net_io.c &&\
>       mv -f $depbase.Tpo $depbase.Po
> ../device/conf.h:40:24: warning: redefinition of typedef 'io_req_t' is a C11
>       feature [-Wtypedef-redefinition]
> typedef struct io_req *io_req_t;

Which version of gcc are you using?

Samuel

Reply via email to