bug-gmp
[Top][All Lists]
Advanced

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

Re: warnings when using gmp 4.0 with SunPro CC 5.3


From: Kevin Ryde
Subject: Re: warnings when using gmp 4.0 with SunPro CC 5.3
Date: 14 Dec 2001 08:16:27 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

Sylvain Pion <address@hidden> writes:
> 
> "/usr/local/gmp/include/gmp.h", line 1854: Warning (Anachronism): 
> __gmpn_add(unsigned long*, const unsigned long*, long, const unsigned long*, 
> long) was previously declared "extern", not "inline".

Thanks, prototypes are not supposed to be given together with an
inline, the setups for that are missing on those mpn routines.

Patch below for gmp-h.in if you'd like to try.  It should need only a
re-make and install of gmp.h, not a full recompile.

Attachment: gmp-h.in.diff
Description: Source code patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]