Chad Hardin wrote: [snip]
> 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. NSMutableSet isn't the only object that implements the "set" selector. NSFont and NSColor instances also do, and those return void. -- | Jeff Teunissen -=- Pres., Dusk To Dawn Computing -=- deek @ d2dc.net | GPG: 1024D/9840105A 7102 808A 7733 C2F3 097B 161B 9222 DAB8 9840 105A | Core developer, The QuakeForge Project http://www.quakeforge.net/ | Specializing in Debian GNU/Linux http://www.d2dc.net/~deek/ _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-gnustep
