Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-1419

[GLib] Suppress sign-conversion warning on Clang

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.7.0
    • GLib
    • None

    Description

      Example:

      .../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); }
                                 ~~~~~~ ~~~~~~^~~~~~~~~~~
      

      Attachments

        Activity

          People

            kou Kouhei Sutou
            kou Kouhei Sutou
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: