You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2021/07/27 20:40:00 UTC

[jira] [Updated] (ARROW-13469) [C++] Suppress -Wmissing-field-initializers in DayMilliseconds arrow/type.h

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

Wes McKinney updated ARROW-13469:
---------------------------------
    Description: 
The absence of default values for {{days}} and {{milliseconds}} triggers a compiler warning in some compilers. This could be resolved by setting the struct member default values to 0

see mailing list thread https://lists.apache.org/thread.html/r8b7dfdb456538dab57c533376cf1e9538cdbc84213e24f35cc5aaca3%40%3Cdev.arrow.apache.org%3E

  was:The absence of default values for {{days}} and {{milliseconds}} triggers a compiler warning in some compilers. This could be resolved by setting the struct member default values to 0


> [C++] Suppress -Wmissing-field-initializers in DayMilliseconds arrow/type.h
> ---------------------------------------------------------------------------
>
>                 Key: ARROW-13469
>                 URL: https://issues.apache.org/jira/browse/ARROW-13469
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>             Fix For: 6.0.0
>
>
> The absence of default values for {{days}} and {{milliseconds}} triggers a compiler warning in some compilers. This could be resolved by setting the struct member default values to 0
> see mailing list thread https://lists.apache.org/thread.html/r8b7dfdb456538dab57c533376cf1e9538cdbc84213e24f35cc5aaca3%40%3Cdev.arrow.apache.org%3E



--
This message was sent by Atlassian Jira
(v8.3.4#803005)