Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
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
- links to