mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
avoid compiler warning
This commit is contained in:
parent
9dd9cdc7f0
commit
45a43d11eb
1 changed files with 1 additions and 1 deletions
|
@ -1361,7 +1361,7 @@ newLanguages(NSArray *oldNames)
|
|||
* we clear the sharedDefaults variable first so that no other thread can
|
||||
* grab a reference to the deallocated instance.
|
||||
*/
|
||||
- (void) release
|
||||
- (oneway void) release
|
||||
{
|
||||
[classLock lock];
|
||||
if (self == sharedDefaults && [self retainCount] < 2)
|
||||
|
|
Loading…
Reference in a new issue