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

[jira] [Resolved] (ARROW-7176) [C++] Fix arrow::ipc compiler warning

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

Micah Kornfield resolved ARROW-7176.
------------------------------------
    Fix Version/s: 1.0.0
       Resolution: Fixed

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

> [C++] Fix arrow::ipc compiler warning
> -------------------------------------
>
>                 Key: ARROW-7176
>                 URL: https://issues.apache.org/jira/browse/ARROW-7176
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Jiajia Li
>            Assignee: Jiajia Li
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> I encountered the compiler warning when building:
> reader.cc:998:3: warning: ‘expected_body_buffer_count’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>  if (payload.body_buffers.size() != expected_body_buffer_count) {



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