gpgme: Workaround gcc 14 compiler error
This commit is contained in:
@@ -10,7 +10,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
"${MINGW_PACKAGE_PREFIX}-qgpgme-qt6" \
|
||||
"${MINGW_PACKAGE_PREFIX}-python-gpgme"))
|
||||
pkgver=1.23.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A C wrapper library for GnuPG (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
@@ -96,7 +96,7 @@ build() {
|
||||
cd "${srcdir}"/build-${MSYSTEM}
|
||||
|
||||
# for clang
|
||||
export CFLAGS="${CFLAGS} -Wno-int-conversion -Wno-incompatible-function-pointer-types"
|
||||
export CFLAGS="${CFLAGS} -Wno-int-conversion -Wno-incompatible-pointer-types -Wno-incompatible-function-pointer-types"
|
||||
|
||||
# mingw doxygen can't wrok with UNIX paths in doxyfile
|
||||
# --with-libtool-modification=never : Otherwise DLL name changes
|
||||
|
||||
Reference in New Issue
Block a user