We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am compiling nvtx3.hpp with -Wmissing-braces and I get warnings in these locations:
nvtx3.hpp
-Wmissing-braces
/home/coder/rmm/build/conda/cuda-12.8/release/_deps/nvtx3-src/c/include/nvtx3/nvtx3.hpp:1930:9: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] 1930 | 0, // payload value (union) | ^ | {} /home/coder/rmm/build/conda/cuda-12.8/release/_deps/nvtx3-src/c/include/nvtx3/nvtx3.hpp:1932:9: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] 1932 | 0 // message value (union) | ^ | {}
I'm getting this when compiling for IWYU, which uses clang under the hood.
The text was updated successfully, but these errors were encountered:
See also: #109.
Sorry, something went wrong.
Already fixed on the dev branch in commit 81b27a3.
No branches or pull requests
I am compiling
nvtx3.hpp
with-Wmissing-braces
and I get warnings in these locations:I'm getting this when compiling for IWYU, which uses clang under the hood.
The text was updated successfully, but these errors were encountered: