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

Instead of defining the destructor inline, provide its implementation… #130

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

krajunv
Copy link
Contributor

@krajunv krajunv commented Mar 18, 2025

… in a separate source file to make GCC 13 happy in release mode.

Also fix other compilation errors in release mode.

@krajunv krajunv force-pushed the fix-vtable-errors branch from 341e40d to 40a11f3 Compare March 18, 2025 10:24
+++ b/common/libs/VkCodecUtils/VkImageResource.h
@@ -113,7 +113,7 @@ private:

void Destroy();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess, we don't need this patch submitted here.
Otherwise, the change looks good to me.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the file.

… in a separate source file to make GCC 13 happy in release mode.

Also fix other compilation errors in release mode.

Signed-off-by: Raju Konda <kraju@nvidia.com>
@krajunv krajunv force-pushed the fix-vtable-errors branch from 40a11f3 to bc4a939 Compare March 18, 2025 14:03
Copy link
Contributor

@zlatinski zlatinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you, Konda!

@zlatinski zlatinski merged commit b9df139 into nvpro-samples:main Mar 19, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants