Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coders/heic.c:320:3: error: too many arguments to function ‘SetImageProperty’ #33

Closed
Whissi opened this issue Dec 29, 2018 · 0 comments
Labels
Milestone

Comments

@Whissi
Copy link

Whissi commented Dec 29, 2018

Since commit d7dc3ea, .e.g fix for #32, we can no longer build ImageMagick6 (tested with 6.9.10-21):

coders/heic.c: In function ‘ReadHEICImage’:
coders/heic.c:320:3: error: too many arguments to function ‘SetImageProperty’
   SetImageProperty(image, "exif:Orientation", "1", exception);
   ^~~~~~~~~~~~~~~~
In file included from coders/heic.c:53:
./magick/property.h:40:3: note: declared here
   SetImageProperty(Image *,const char *,const char *);
   ^~~~~~~~~~~~~~~~
coders/heic.c: In function ‘WriteHEICImage’:
coders/heic.c:572:13: warning: comparison of distinct pointer types lacks a cast
       if (p == (const Quantum *) NULL)
             ^~
make[1]: *** [Makefile:8235: coders/heic_la-heic.lo] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants