You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kouhei Sutou (JIRA)" <ji...@apache.org> on 2017/08/28 06:55:00 UTC

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

Kouhei Sutou created ARROW-1419:
-----------------------------------

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