diff --git a/Source/NSValue.m b/Source/NSValue.m index 0389e43f0..bbd917920 100644 --- a/Source/NSValue.m +++ b/Source/NSValue.m @@ -40,6 +40,7 @@ withObjCType:(const char *)type { [self shouldNotImplement:_cmd]; + return self; } /* xxx What's going on here? This doesn't look right to me -mccallum. */