avoid compiler warning

This commit is contained in:
rfm 2025-04-17 14:47:30 +01:00
parent 9dd9cdc7f0
commit 45a43d11eb

View file

@ -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)