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

compile error with guththila_error.h

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.5.0
    • 1.6.0
    • guththila
    • None
    • AIX 5

    Description

      There's a unnecessary comma in enum "guththila_error_l"
      make it fail to compile.
      EXTERN_C_START() typedef enum guththila_error_l
      {
      GUTHTHILA_VALIDITY_ERROR,
      GUTHTHILA_VALIDITY_WARNING,
      GUTHTHILA_PARSER_ERROR,
      GUTHTHILA_PARSER_WARNING,
      } guththila_error_level;

      I think it seems should be like this
      EXTERN_C_START() typedef enum guththila_error_l
      {
      GUTHTHILA_VALIDITY_ERROR,
      GUTHTHILA_VALIDITY_WARNING,
      GUTHTHILA_PARSER_ERROR,
      GUTHTHILA_PARSER_WARNING
      } guththila_error_level;

      Attachments

        Activity

          People

            shankar Selvaratnam Uthaiyashankar
            eddiehsu Eddie Hsu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: