mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
Build fix for when distributed cache is disabled.
This commit is contained in:
@@ -465,7 +465,7 @@ MagickPrivate DistributeCacheInfo *DestroyDistributeCacheInfo(
|
||||
*/
|
||||
|
||||
#if !defined(MAGICKCORE_HAVE_DISTRIBUTE_CACHE)
|
||||
static inline MagickOffsetType dpc_send(SOCKET magick_unused(file),
|
||||
static inline MagickOffsetType dpc_send(SOCKET_TYPE magick_unused(file),
|
||||
const MagickSizeType magick_unused(length),
|
||||
const void *magick_restrict magick_unused(message))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user