mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fixed some warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30156 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
00164a28ed
commit
adb40eaad6
2 changed files with 2 additions and 2 deletions
|
@ -637,7 +637,7 @@ static NSDecimalNumber *one;
|
|||
return (float)NSDecimalDouble(&data);
|
||||
}
|
||||
|
||||
- (char) charValue
|
||||
- (signed char) charValue
|
||||
{
|
||||
return (char)NSDecimalDouble(&data);
|
||||
}
|
||||
|
|
|
@ -289,7 +289,7 @@ static NSArray *defaultMode = nil;
|
|||
{
|
||||
if (defaultMode == nil)
|
||||
{
|
||||
defaultMode = [[NSArray alloc] initWithObjects: &NSDefaultRunLoopMode
|
||||
defaultMode = [[NSArray alloc] initWithObjects: (id*)&NSDefaultRunLoopMode
|
||||
count: 1];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue