Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compile warning in nested_json_gpu.cu #11607

Merged

Conversation

davidwendt
Copy link
Contributor

Description

Fixes compile warning introduced in #11534

/cudf/cpp/src/io/json/nested_json_gpu.cu(970): warning #177-D: variable "single_item_count" was declared but never referenced

Removed unreferenced variable declaration.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@davidwendt davidwendt added bug Something isn't working 3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Aug 25, 2022
@davidwendt davidwendt self-assigned this Aug 25, 2022
@davidwendt davidwendt requested a review from a team as a code owner August 25, 2022 22:38
@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.10@096bbc4). Click here to learn what that means.
The diff coverage is n/a.

@@               Coverage Diff               @@
##             branch-22.10   #11607   +/-   ##
===============================================
  Coverage                ?   86.41%           
===============================================
  Files                   ?      145           
  Lines                   ?    22981           
  Branches                ?        0           
===============================================
  Hits                    ?    19860           
  Misses                  ?     3121           
  Partials                ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@bdice
Copy link
Contributor

bdice commented Aug 26, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 5f15ed4 into rapidsai:branch-22.10 Aug 26, 2022
@davidwendt davidwendt deleted the fix-json-compile-warning branch August 26, 2022 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants