mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 16:20:42 +00:00
fix build ob gcc8, and anyway break after default is safe code style
This commit is contained in:
parent
a46f86837f
commit
c912f47ca1
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue