You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is the right repository but I think so.
I have included the ios imagemagick pod (pod 'ImageMagick', '~> 6.8.8-9') in my project but I get a compile warning in Xcode 7, on 8 different lines in magick/memory_.h
for example one of the warnings in the build logs looks like this:
In file included from Pods/Headers/Private/wand/MagickWand.h:72:
In file included from Pods/Headers/Private/magick/MagickCore.h:120:
Pods/Headers/Private/magick/memory_.h:29:36: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes]
*(*AcquireMemoryHandler)(size_t) magick_alloc_size(1),
The text was updated successfully, but these errors were encountered:
I'm not sure if this is the right repository but I think so.
I have included the ios imagemagick pod (
pod 'ImageMagick', '~> 6.8.8-9'
) in my project but I get a compile warning in Xcode 7, on 8 different lines inmagick/memory_.h
for example one of the warnings in the build logs looks like this:
The text was updated successfully, but these errors were encountered: