[ https://issues.apache.org/jira/browse/AXIS2C-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chintana Wilamuna resolved AXIS2C-1157. --------------------------------------- Resolution: Fixed Fix Version/s: Current (Nightly) Manjula removed the static keyword. http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/hash.c?r1=640677&r2=662659&diff_format=h > When -Werror is in effect build break in util/src > ------------------------------------------------- > > Key: AXIS2C-1157 > URL: https://issues.apache.org/jira/browse/AXIS2C-1157 > Project: Axis2-C > Issue Type: Bug > Components: util > Affects Versions: 1.4.0 > Environment: Fedora Core 9. GCC 4.3.0 > Reporter: Chintana Wilamuna > Fix For: Current (Nightly) > > > GCC complains with the following error, > hash.c:573: error: 'axutil_hash_entry_free' defined but not used > make[5]: *** [hash.lo] Error 1 > Since WSF/C uses all the modules I issued the following command to see where > axutil_hash_entry_free is being used, > find wsf_c -iname '*.c' | xargs grep 'axutil_hash_entry_free' > And found out that it's not being used anywhere. If it's not being used I > suggest at least commenting out the function since it breaks the build. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]