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 the CMake option for disabling deprecation warnings. #4946

Merged
merged 1 commit into from
Oct 25, 2022
Merged

Fix the CMake option for disabling deprecation warnings. #4946

merged 1 commit into from
Oct 25, 2022

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Oct 25, 2022

The actual option is DISABLE_DEPRECATION_WARNINGS but everywhere in the code base is currently making use of DISABLE_DEPRECATION_WARNING (note the singular rather than the plural).

@vyasr vyasr added bug Something isn't working 3 - Ready for Review Ready for review by team non-breaking Non-breaking change CMake labels Oct 25, 2022
@vyasr vyasr self-assigned this Oct 25, 2022
@vyasr vyasr requested a review from a team as a code owner October 25, 2022 16:47
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.12@68cc06f). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@               Coverage Diff               @@
##             branch-22.12    #4946   +/-   ##
===============================================
  Coverage                ?   79.46%           
===============================================
  Files                   ?      183           
  Lines                   ?    11618           
  Branches                ?        0           
===============================================
  Hits                    ?     9232           
  Misses                  ?     2386           
  Partials                ?        0           
Flag Coverage Δ
dask 46.10% <0.00%> (?)
non-dask 68.92% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@vyasr
Copy link
Contributor Author

vyasr commented Oct 25, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit dffff00 into rapidsai:branch-22.12 Oct 25, 2022
@vyasr vyasr deleted the fix/deprecation_warning_arg branch October 25, 2022 21:39
rapids-bot bot pushed a commit to rapidsai/cudf that referenced this pull request Oct 25, 2022
…#11989)

Use the term `DISABLE_DEPRECATION_WARNINGS` so that we match other RAPIDS projects rapidsai/cuml#4946 plus the plural tense in general makes more sense.

Authors:
  - Robert Maynard (https://github.com/robertmaynard)
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #11989
jakirkham pushed a commit to jakirkham/cuml that referenced this pull request Feb 27, 2023
The actual option is `DISABLE_DEPRECATION_WARNINGS` but everywhere in the code base is currently making use of `DISABLE_DEPRECATION_WARNING` (note the singular rather than the plural).

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Robert Maynard (https://github.com/robertmaynard)

URL: rapidsai#4946
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 CMake CUDA/C++ non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants