Magick.xs: In function 'XS_Image__Magick_DESTROY':
Magick.xs:3442:9: warning: value computed is not used
DESTROY: warning: value computed is not used
- yecril71pl
- Posts: 81
- Joined: 2011-02-08T11:06:09-07:00
- Authentication code: 8675308
- Location: Warsaw, Poland
- Contact:
DESTROY: warning: value computed is not used
Re: DESTROY: warning: value computed is not used
Thanks, we applied a patch for the problem in the Subversion repository. It will be available by sometime tomorrow.
- yecril71pl
- Posts: 81
- Joined: 2011-02-08T11:06:09-07:00
- Authentication code: 8675308
- Location: Warsaw, Poland
- Contact:
Re: DESTROY: warning: value computed is not used
I would say
Code: Select all
{
SV *const discarded_key = hv_delete(hv,message,(long) strlen(message),G_DISCARD);
assert (discarded_key == NULL); }