Skip to content

Comments

Fix GCC 13.0 & CUDA 13.0 Warnings#147

Merged
benbarsdell merged 2 commits intoNVIDIA:jitify2from
lamarrr:warnings-fix
Aug 22, 2025
Merged

Fix GCC 13.0 & CUDA 13.0 Warnings#147
benbarsdell merged 2 commits intoNVIDIA:jitify2from
lamarrr:warnings-fix

Conversation

@lamarrr
Copy link

@lamarrr lamarrr commented Aug 18, 2025

This pull-request fixes warnings on the newly introduced CUDA 13.0 enums in NVJITLINK.
It also patches a false-positive warning in GCC 13.0 due to the error code of fclose not being checked in std::unique_ptr<FILE, ...>'s destructor.

Copy link
Contributor

@benbarsdell benbarsdell left a comment

Choose a reason for hiding this comment

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

Thanks for this! Just needs a small formatting fix.

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