mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Remove warnings generated by tests.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33686 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5134f51320
commit
3104649bc8
15 changed files with 30 additions and 16 deletions
|
@ -6,7 +6,7 @@ int main()
|
|||
{
|
||||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||
NSString *val1, *val2, *val3;
|
||||
NSHashTable *obj, *old;
|
||||
NSHashTable *obj;
|
||||
id vals[3];
|
||||
|
||||
val1 = @"Hello";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue