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
GCC 14 (or more) has more strict check for function prototype.
We have some code which need to be fixed.
| rC libgcrypt | |||
| rC028926d3edb5 w32: Fix use of GetProcAddress. | |||
| rM GPGME | |||
| rM46938bdde475 Fix portability for the use of the assuan types. | |||
| rM5fa2e405807d w32: Add a cast for GetProcAddress, add AM_CFLAGS for w32spawn. | |||