Igor Schein on Thu, 6 Jan 2000 14:15:41 -0500


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: proposed g++ patch


On Thu, Jan 06, 2000 at 08:11:53PM +0100, Bill Allombert wrote:
> Hello, 
> for compiling with g++ I do not need the patch proposed by Igor
> but the patch at the end of file instead, however I get the (non fatal) warning
> 
> g++ -c -O2 -DGCC_INLINE  -mv8  -I. -I../src/headers  -o init.o ../src/language/init.c
> ../src/language/init.c: In function `volatile void pari_err(long int ...)':
> ../src/language/init.c:888: warning: ANSI C++ forbids implicit conversion from `void *' in argument passing

You get a warning and I get an error because you use old version of g++ and I
use the latest.  g++ has evolved into a much stricter compiler, so my
patch is needed in the long run.

Igor