Page MenuHome GnuPG

Fixes needed for newer GCC/Mingw
Open, WishlistPublic

Description

GCC 14 (or more) has more strict check for function prototype.

We have some code which need to be fixed.

  • libgcrypt: use case with GetProcAddress
  • gpgme: use case with GetProcAddress, use case with assuan_system_hooks
  • possibly more