|
From: Tom H. <to...@co...> - 2005-06-29 07:49:32
|
In message <E1D...@du...>
Tom Hughes <to...@co...> wrote:
> gcc -g -O -Wall -Wmissing-prototypes -Wshadow -Winline -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -fpie -Ipub -Ipriv -o priv/host-ppc32/hdefs.o \
> -c priv/host-ppc32/hdefs.c
> priv/host-ppc32/hdefs.c:817: error: conflicting types for 'PPC32Instr_AvUnary'
> priv/host-ppc32/hdefs.h:689: error: previous declaration of 'PPC32Instr_AvUnary' was here
The prototype says PPC32FpOp for the first argument but the function
itself says PPC32AvOp. Obviously gcc 4 is stricter about enum types
matching in prototypes.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|