discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUstep with GCC 4.9.1


From: Riccardo Mottola
Subject: Re: GNUstep with GCC 4.9.1
Date: Tue, 02 Sep 2014 08:47:35 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 SeaMonkey/2.26.1

Hi,

Wolfgang Lux wrote:
it is rather surprising that you didn't see this crash with another compiler 
before. The problem is clearly in this frame:
   #4  0x0804c4bf in +[Clock initialize] () at Clock.m:53
The statement at that line is
        dayWeek = [NSArray 
arrayWithObjects:@"su",@"mo",@"tu",@"we",@"th",@"fr",@"sa"];
The argument list lacks the nil sentinel to indicate where the list of objects 
ends.
well spotted. Trivial fix commited.

Riccardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]