diff --git a/Source/ObjectiveC2/weak.m b/Source/ObjectiveC2/weak.m index 72c08266e..58ba41ed2 100644 --- a/Source/ObjectiveC2/weak.m +++ b/Source/ObjectiveC2/weak.m @@ -507,6 +507,7 @@ setAssociation(association *a, const void *key, id value, value = [value retain]; break; default: + break; } oldObject = a->value; @@ -525,6 +526,7 @@ setAssociation(association *a, const void *key, id value, [oldObject release]; break; default: + break; } }