Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compiler error with 32 bit gcc 14 in Windows
This fixes the following compiler error. ../../gmime/gmime-gpgme-utils.c:69:9: error: initialization of 'gpgme_ssize_t (*)(void *, void *, size_t)' {aka 'long int (*)(void *, void *, unsigned int)'} from incompatible pointer type 'ssize_t (*)(void *, void *, size_t)' {aka 'int (*)(void *, void *, unsigned int)'} [-Wincompatible-pointer-types] 69 | g_mime_gpgme_stream_read, | ^~~~~~~~~~~~~~~~~~~~~~~~
- Loading branch information