mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
b5d9750560
commit
6dfb591252
15 changed files with 30 additions and 16 deletions
|
@ -3,12 +3,14 @@
|
|||
#import <Foundation/NSDate.h>
|
||||
#import <Foundation/NSCalendarDate.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSTimeZone.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||
NSString *val;
|
||||
NSDate *date1,*date2;
|
||||
NSDate *date1;
|
||||
NSCalendarDate *date2;
|
||||
|
||||
val = @"2000-10-19 00:00:00 +0000";
|
||||
date1 = [NSDate date];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue