Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-1528

[GLib] Resolve include dependency

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.7.0
    • GLib
    • None

    Description

      • arrow-glib/field.h depends on arrow-glib/data-type.h
      • arrow-glib/data-type.h depends on arrow-glib/field.h

      It causes the following warnings:

      ../arrow-glib/field.h:47:37: warning: redefinition of typedef 'GArrowField' is a C11 feature [-Wtypedef-redefinition]
      
      typedef struct _GArrowField         GArrowField;
      
                                          ^
      
      ../arrow-glib/data-type.h:29:37: note: previous definition is here
      
      typedef struct _GArrowField         GArrowField;
      
                                          ^
      

      Attachments

        Issue Links

          Activity

            People

              kou Kouhei Sutou
              kou Kouhei Sutou
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: