[GPGME] [PATCH] Fix implicit declaration

Marcus Brinkmann marcus.brinkmann at ruhr-uni-bochum.de
Mon Jun 22 15:47:52 CEST 2009


Arfrever Frehtes Taifersar Arahesis wrote:
> I'm attaching the patch which fixes the following compiler warning:
> 
> assuan-socket.c: In function '_gpgme__assuan_sock_connect':
> assuan-socket.c:261: warning: implicit declaration of function '_gpgme_io_connect'

Thanks, I fixed this a bit differently: The change in src/ was ok, but we
don't want to include GPGME header files in libassuan, so I copied the
_gpgme_io_connect prototype manually.

I also fixed all other warnings (there are some new ones in latest glibc), so
we are warning clean again.

The fixes are in revision 1388.

Thanks,
Marcus




More information about the Gnupg-devel mailing list