Stefan Bidigaray schrieb: > That's it! I get the same warnings for every .m file, they say: > _OBJC_INSTANCE_#: defined but not used > And "#" is a number from 0 on! I compiled on Debian Etch with GCC 4.1. > Keep in mind these are just warnings, and the library does compile. It's > just annoying since for every .m file there's usually at least 8 of these > warnings.
See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27438 (Or search the archives for OBJC_INSTANCE) This is a bug in GCC. Cheers, David _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
