Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-1157

When -Werror is in effect build break in util/src

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.0
    • None
    • util
    • None
    • Fedora Core 9. GCC 4.3.0

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            chintana Chintana Wilamuna
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: