You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/10/06 21:35:54 UTC

[PR] GH-38090: [C++][Emscripten] chunk_resolver: Suppress shorten-64-to-32 warnings [arrow]

kou opened a new pull request, #38101:
URL: https://github.com/apache/arrow/pull/38101

   ### Rationale for this change
   
   We need explicit cast to use `int64_t` for `size_t` on Emscripten.
   
   ### What changes are included in this PR?
   
   Explicit casts.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] GH-38090: [C++][Emscripten] chunk_resolver: Suppress shorten-64-to-32 warnings [arrow]

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed pull request #38101: GH-38090: [C++][Emscripten] chunk_resolver: Suppress shorten-64-to-32 warnings
URL: https://github.com/apache/arrow/pull/38101


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org