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

Avoid compiler warnings #2054

Merged

Conversation

dagardner-nv
Copy link
Contributor

@dagardner-nv dagardner-nv commented Nov 12, 2024

Description

  • Set CMake policy #CMP0144 to NEW in C++ examples, avoids a deprecation warning
  • Set -lto=auto to avoid a warning about falling back to serialized compilation.

Related to nv-morpheus/MRC#518 .

Closes #1988

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • When the PR is ready for review, new or existing tests cover these changes.
  • When the PR is ready for review, the documentation is up to date with these changes.

@dagardner-nv dagardner-nv added non-breaking Non-breaking change improvement Improvement to existing functionality labels Nov 12, 2024
@dagardner-nv dagardner-nv self-assigned this Nov 12, 2024
@dagardner-nv dagardner-nv requested review from a team as code owners November 12, 2024 20:13
@dagardner-nv
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 9b03c13 into nv-morpheus:branch-25.02 Nov 20, 2024
18 checks passed
@dagardner-nv dagardner-nv deleted the david-build-warnings-1988 branch November 20, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement to existing functionality non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG]: Performing a non-debug build yields several compiler warnings not seen during debug builds
2 participants