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

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

     [ https://issues.apache.org/jira/browse/ARROW-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-1528.
---------------------------------
    Resolution: Fixed

Issue resolved by pull request 1091
[https://github.com/apache/arrow/pull/1091]

> [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)