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

Fix Clang warnings when building codegen.cpp #23727

Merged
merged 1 commit into from
Sep 16, 2017
Merged

Conversation

ararslan
Copy link
Member

This removes an unused variable and sets a loop index to size_t rather than int to avoid a comparison warning with a size_t.

This removes an unused variable and sets a loop index to `size_t` rather
than `int` to avoid a comparison warning with a `size_t`.
@ararslan ararslan added domain:building Build system, or building Julia or its dependencies compiler:codegen Generation of LLVM IR and native code labels Sep 15, 2017
@ararslan ararslan requested a review from Keno September 15, 2017 23:38
@ararslan ararslan merged commit 99189e4 into master Sep 16, 2017
@ararslan ararslan deleted the aa/clang-warns branch September 16, 2017 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:codegen Generation of LLVM IR and native code domain:building Build system, or building Julia or its dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants