Skip to content

Fix implicit-int-float-conversion warning.#24775

Merged
jtattermusch merged 1 commit intogrpc:masterfrom
PatriosTheGreat:master
Feb 11, 2021
Merged

Fix implicit-int-float-conversion warning.#24775
jtattermusch merged 1 commit intogrpc:masterfrom
PatriosTheGreat:master

Conversation

@PatriosTheGreat
Copy link
Copy Markdown
Contributor

Clang 10 and above warm implicit cast from int to float, or double in this case.

@karthikravis

@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla bot commented Nov 17, 2020

CLA Signed

The committers are authorized under a signed CLA.

@karthikravis
Copy link
Copy Markdown
Contributor

Can you please sign the CLA before we can review this PR @PatriosTheGreat ?

@karthikravis karthikravis added the release notes: no Indicates if PR should not be in release notes label Nov 23, 2020
@karthikravis
Copy link
Copy Markdown
Contributor

Can you please run "tools/distrib/clang_tidy_code.sh" and fix the issue? This is the only blocker for the PR to be merged now. Thanks!

@jtattermusch
Copy link
Copy Markdown
Contributor

@veblush FYI

Copy link
Copy Markdown
Contributor

@jtattermusch jtattermusch left a comment

Choose a reason for hiding this comment

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

I've looked at the test failures and they all seem to be infrastructure related problems (e.g. windows kokoro jobs timing out) - otherwise this PR seems like it's good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lang/core release notes: no Indicates if PR should not be in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants