You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Kouhei Sutou (JIRA)" <ji...@apache.org> on 2017/09/12 06:53:01 UTC

[jira] [Created] (ARROW-1528) [GLib] Resolve include dependency

Kouhei Sutou created ARROW-1528:
-----------------------------------

             Summary: [GLib] Resolve include dependency
                 Key: ARROW-1528
                 URL: https://issues.apache.org/jira/browse/ARROW-1528
             Project: Apache Arrow
          Issue Type: Improvement
          Components: GLib
            Reporter: Kouhei Sutou
            Assignee: Kouhei Sutou
            Priority: Minor
             Fix For: 0.7.0


  * 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:

{code}
../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;

                                    ^
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)