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 numConnectDataArgs const #472

Merged
merged 1 commit into from
Aug 26, 2020
Merged

Make numConnectDataArgs const #472

merged 1 commit into from
Aug 26, 2020

Conversation

alexhenrie
Copy link
Contributor

It's good practice to mark values like this as const as a hint to the compiler to inline them and as a hint to the programmer that the value does not change.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
@anthony-tuininga
Copy link
Member

Sure. I agree!

@anthony-tuininga anthony-tuininga merged commit f338af9 into oracle:master Aug 26, 2020
@alexhenrie alexhenrie deleted the const branch August 29, 2020 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants