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:
Fred Kiefer 2011-08-03 08:41:26 +00:00
parent b5d9750560
commit 6dfb591252
15 changed files with 30 additions and 16 deletions

View file

@ -8,7 +8,7 @@ int main()
{
NSAutoreleasePool *arp = [NSAutoreleasePool new];
char *str1,*str2,*tmp;
NSData *data1, *data2;
NSData *data1;
NSMutableData *mutable;
unsigned char *hold;