From 8e4d7cb0f0965a560fb10f7495f55e85960947b5 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Mon, 18 Mar 1996 13:55:57 +0000 Subject: [PATCH] ([NSDate -initWithString:]): Initialize theTime to 0, to prevent warning. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1168 72102866-910b-0410-8b05-ffd578937521 --- Source/NSDate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSDate.m b/Source/NSDate.m index 50cd1436c..470ecea2d 100644 --- a/Source/NSDate.m +++ b/Source/NSDate.m @@ -180,7 +180,7 @@ - (id) initWithString: (NSString*)description { - NSTimeInterval theTime; + NSTimeInterval theTime = 0; /* From the doc: Returns an calendar date object with a date and time value specified by the international string-representation format: