mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
Simplify configure, quiet warnings (from Wacko).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2674 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
abd9af2aa3
commit
d286ed38b2
21 changed files with 85 additions and 92 deletions
|
@ -23,6 +23,7 @@
|
|||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <gnustep/base/behavior.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSGArray.h>
|
||||
|
@ -393,7 +394,7 @@ static Class NSMutableArray_concrete_class;
|
|||
return [self descriptionWithIndent: 0];
|
||||
}
|
||||
|
||||
- (NSString*) descriptionWithIndent: (int)level
|
||||
- (NSString*) descriptionWithIndent: (unsigned)level
|
||||
{
|
||||
id string;
|
||||
id desc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue