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/08/28 13:33:00 UTC

[jira] [Resolved] (ARROW-1419) [GLib] Suppress sign-conversion warning on Clang

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

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

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

> [GLib] Suppress sign-conversion warning on Clang
> ------------------------------------------------
>
>                 Key: ARROW-1419
>                 URL: https://issues.apache.org/jira/browse/ARROW-1419
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: GLib
>            Reporter: Kouhei Sutou
>            Assignee: Kouhei Sutou
>            Priority: Minor
>             Fix For: 0.7.0
>
>
> Example:
> {code}
> .../arrow/buffer.h:296:41: warning:
>       implicit conversion changes signedness: 'unsigned long' to 'int64_t'
>       (aka 'long') [-Wsign-conversion]
>   int64_t length() const { return size_ / sizeof(T); }
>                            ~~~~~~ ~~~~~~^~~~~~~~~~~
> {code}



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