X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xs-src%2FMouseTypeConstraints.xs;h=8188467f1fad9119501ea1e7e7c57f79b4a28e35;hb=7d2a0f10529e2effdb18d9f85a157700bf6236a7;hp=8b94c85b383cc4a3299be8e58aa0bb0ff8a8f7e7;hpb=85a74fcf70600193f68dca0ca705bcf01e937d69;p=gitmo%2FMouse.git diff --git a/xs-src/MouseTypeConstraints.xs b/xs-src/MouseTypeConstraints.xs index 8b94c85..8188467 100644 --- a/xs-src/MouseTypeConstraints.xs +++ b/xs-src/MouseTypeConstraints.xs @@ -738,6 +738,6 @@ CODE: else{ check = newRV_inc((SV*)mouse_tc_generate(aTHX_ NULL, (check_fptr_t)mouse_types_check, (SV*)checks)); } - set_slots(self, "compiled_type_constraint", check); + (void)set_slots(self, "compiled_type_constraint", check); }