misc.c: line 65: #warning using trap_unaligned
Albert Chin
gnupg-devel at thewrittenword.com
Thu Jun 20 13:24:02 CEST 2002
On Thu, Jun 20, 2002 at 09:53:33AM +0200, Werner Koch wrote:
> On Wed, 19 Jun 2002 22:56:09 -0600, Bob Proulx said:
>
> > gnupg-1.0.7 includes in misc.c: line 65: the following:
> > #warning using trap_unaligned
>
> Huh, you are not using gcc:
>
> #if defined(__linux__) && defined(__alpha__) && __GLIBC__ < 2
> #warning using trap_unaligned
Why don't you:
#ifdef __GNUC__
#warning using trap_unaligned
--
albert chin (china at thewrittenword.com)
More information about the Gnupg-devel
mailing list