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)