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/ _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-gnustep
