bug-gnustep
[Top][All Lists]
Advanced

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

[bugs #9601] NSMutableSet gcc-3.3.4 compiler error


From: Chad Hardin
Subject: [bugs #9601] NSMutableSet gcc-3.3.4 compiler error
Date: Fri, 09 Jul 2004 08:49:46 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040704 Debian/1.7-4

This mail is an automated notification from the bugs tracker
 of the project: GNUstep.




/**************************************************************************/
[bugs #9601] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9601>
Project: GNUstep
Submitted by: Chad Hardin
On: Fri 07/09/04 at 12:46

Category:  Base/Foundation
Severity:  3 - Ordinary
Item Group:  Bug
Resolution:  None
Assigned to:  None
Status:  Open


Summary:  NSMutableSet gcc-3.3.4 compiler error

Original Submission:  For some reason I get the following compiler error:

error: void value not ignored as it ought to be

When doing a:

NSMutableSet *set;
set = [NSMutableSet set];

when using gcc verson 3.3.4 on i686 and gnustep cvs.

my workaround was to do a:
 
set = [NSMutableSet setWithCapacity:1];

which worked fine.  Strange.













For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9601>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

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