Page 1 of 1

DESTROY: warning: value computed is not used

Posted: 2011-02-15T07:34:53-07:00
by yecril71pl
Magick.xs: In function 'XS_Image__Magick_DESTROY':
Magick.xs:3442:9: warning: value computed is not used

Re: DESTROY: warning: value computed is not used

Posted: 2011-02-15T07:52:26-07:00
by magick
Thanks, we applied a patch for the problem in the Subversion repository. It will be available by sometime tomorrow.

Re: DESTROY: warning: value computed is not used

Posted: 2011-02-15T13:38:11-07:00
by yecril71pl
I would say

Code: Select all

{  
SV *const discarded_key = hv_delete(hv,message,(long) strlen(message),G_DISCARD); 
assert (discarded_key == NULL); }