mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Remove compiler warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33184 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b8fbec2b52
commit
b79e6ba0be
3 changed files with 9 additions and 7 deletions
|
@ -386,16 +386,12 @@ newLanguages(NSArray *oldNames)
|
|||
|
||||
+ (void) resetStandardUserDefaults
|
||||
{
|
||||
NSDictionary *regDefs;
|
||||
NSDictionary *regDefs = nil;
|
||||
|
||||
[classLock lock];
|
||||
NS_DURING
|
||||
{
|
||||
if (nil == sharedDefaults)
|
||||
{
|
||||
regDefs = nil;
|
||||
}
|
||||
else
|
||||
if (nil != sharedDefaults)
|
||||
{
|
||||
/* Extract the registration domain from the old defaults.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue