You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/08 17:43:31 UTC

[GitHub] [arrow] bkietz opened a new pull request #9141: ARROW-11190: [C++] Clean up compiler warnings

bkietz opened a new pull request #9141:
URL: https://github.com/apache/arrow/pull/9141


   Some unused variables:
   - https://github.com/apache/arrow/runs/1669466544#step:8:1434
   
   Some maybe uninitialized:
   - https://github.com/apache/arrow/runs/1669466544#step:8:1498


----------------------------------------------------------------
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.

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



[GitHub] [arrow] nealrichardson commented on pull request #9141: ARROW-11190: [C++] Clean up compiler warnings

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #9141:
URL: https://github.com/apache/arrow/pull/9141#issuecomment-756918737






----------------------------------------------------------------
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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #9141: ARROW-11190: [C++] Clean up compiler warnings

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #9141:
URL: https://github.com/apache/arrow/pull/9141#issuecomment-756923338


   https://issues.apache.org/jira/browse/ARROW-11190


----------------------------------------------------------------
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.

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



[GitHub] [arrow] bkietz commented on pull request #9141: ARROW-11190: [C++] Clean up compiler warnings

Posted by GitBox <gi...@apache.org>.
bkietz commented on pull request #9141:
URL: https://github.com/apache/arrow/pull/9141#issuecomment-756923529


   @nealrichardson not sure how to resolve those warnings


----------------------------------------------------------------
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.

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



[GitHub] [arrow] nealrichardson closed pull request #9141: ARROW-11190: [C++] Clean up compiler warnings

Posted by GitBox <gi...@apache.org>.
nealrichardson closed pull request #9141:
URL: https://github.com/apache/arrow/pull/9141


   


----------------------------------------------------------------
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.

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



[GitHub] [arrow] bkietz commented on pull request #9141: ARROW-11190: [C++] Clean up compiler warnings

Posted by GitBox <gi...@apache.org>.
bkietz commented on pull request #9141:
URL: https://github.com/apache/arrow/pull/9141#issuecomment-756912826






----------------------------------------------------------------
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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #9141: ARROW-11190: [C++] Clean up compiler warnings

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #9141:
URL: https://github.com/apache/arrow/pull/9141#issuecomment-756923338


   https://issues.apache.org/jira/browse/ARROW-11190


----------------------------------------------------------------
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.

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



[GitHub] [arrow] nealrichardson commented on pull request #9141: ARROW-11190: [C++] Clean up compiler warnings

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #9141:
URL: https://github.com/apache/arrow/pull/9141#issuecomment-756929464


   Ok


----------------------------------------------------------------
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.

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



[GitHub] [arrow] bkietz edited a comment on pull request #9141: ARROW-11190: [C++] Clean up compiler warnings

Posted by GitBox <gi...@apache.org>.
bkietz edited a comment on pull request #9141:
URL: https://github.com/apache/arrow/pull/9141#issuecomment-756923529


   @nealrichardson not sure how to resolve those warnings. For example some of them are supposed to be silenced but the compiler doesn't recognize the flag: https://github.com/bkietz/arrow/runs/1670186993#step:9:584


----------------------------------------------------------------
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.

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



[GitHub] [arrow] bkietz commented on pull request #9141: ARROW-11190: [C++] Clean up compiler warnings

Posted by GitBox <gi...@apache.org>.
bkietz commented on pull request #9141:
URL: https://github.com/apache/arrow/pull/9141#issuecomment-756912826


   non-apache CI: https://github.com/bkietz/arrow/runs/1670186905


----------------------------------------------------------------
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.

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



[GitHub] [arrow] bkietz edited a comment on pull request #9141: ARROW-11190: [C++] Clean up compiler warnings

Posted by GitBox <gi...@apache.org>.
bkietz edited a comment on pull request #9141:
URL: https://github.com/apache/arrow/pull/9141#issuecomment-756923529


   @nealrichardson not sure how to resolve those warnings. For example some of them are supposed to be silenced but the compiler doesn't recognize the flag: https://github.com/bkietz/arrow/runs/1670186993#step:9:584


----------------------------------------------------------------
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.

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



[GitHub] [arrow] nealrichardson commented on pull request #9141: ARROW-11190: [C++] Clean up compiler warnings

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #9141:
URL: https://github.com/apache/arrow/pull/9141#issuecomment-756918737


   https://github.com/bkietz/arrow/runs/1670186993 shows a couple of other warnings still, though they're not related to the recent dataset work


----------------------------------------------------------------
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.

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



[GitHub] [arrow] nealrichardson closed pull request #9141: ARROW-11190: [C++] Clean up compiler warnings

Posted by GitBox <gi...@apache.org>.
nealrichardson closed pull request #9141:
URL: https://github.com/apache/arrow/pull/9141


   


----------------------------------------------------------------
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.

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