[
https://issues.apache.org/jira/browse/AXIS2C-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600378#action_12600378
]
Chintana Wilamuna commented on AXIS2C-1157:
-------------------------------------------
As Steven noticed the function is declared as a static function. I suggest
removing the static keyword IFF there's a need to expose this function.
Otherwise remove it all together.
> 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
>
> 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]