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

Make clang happy #49443

Merged
merged 1 commit into from
Apr 20, 2023
Merged

Make clang happy #49443

merged 1 commit into from
Apr 20, 2023

Conversation

gbaraldi
Copy link
Member

Newer clang versions now complain about this so fix it.

They also complain about

/Users/gabrielbaraldi/julia/usr/include/llvm/ADT/DenseMap.h:129:16: warning: variable 'NumEntries' set but not used [-Wunused-but-set-variable]

But it's on an LLVM header so not sure what to do

@gbaraldi gbaraldi requested a review from vtjnash April 20, 2023 15:29
@vtjnash vtjnash merged commit 4f035fa into JuliaLang:master Apr 20, 2023
@giordano
Copy link
Contributor

But it's on an LLVM header so not sure what to do

#45400 🥲

@vtjnash
Copy link
Member

vtjnash commented Apr 20, 2023

Normally we make a patch for those and submit it upstream

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.

3 participants