------- Comment #12 from manu at gcc dot gnu dot org 2007-02-16 09:53 ------- I get warning for gcc/testsuite/objc.dg/headers.m
/home/manuel/src/trunk/gcc/testsuite/../../libobjc/objc/objc-list.h:144: warning: 'list_free' defined but not used What should I do about this? 1) there is no warning if I add the keyword "inline" to objc-list.h (list_free). 2) add -Wno-unused-function to the testcase. 3) ?? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4076