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: Incorrect type for parameter 'net_id', which should have type 'j… #239

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

bostick
Copy link
Contributor

@bostick bostick commented Aug 2, 2023

…long'.

Incorrect return type uint64_t, which should have been jlong. Incorrect return type uint64_t, which should have been jlong. Incorrect return type uint64_t, which should have been jlong.

…long'.

Incorrect return type uint64_t, which should have been jlong.
Incorrect return type uint64_t, which should have been jlong.
Incorrect return type uint64_t, which should have been jlong.
@joseph-henry
Copy link
Contributor

joseph-henry commented Aug 2, 2023

Does this change cause sign-ness warnings when building the JAR/AAR? since jlong is signed?

If not, we can merge.

@bostick
Copy link
Contributor Author

bostick commented Aug 2, 2023

No, this change fixes the error and there are no new warnings from this change.

The consumers of the functions were already assuming that the results are signed.

@joseph-henry
Copy link
Contributor

Sweet

@joseph-henry joseph-henry merged commit 431c421 into dev Aug 2, 2023
1 check passed
@bostick bostick deleted the brenton/fix-incorrect-types branch August 22, 2023 11:56
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.

None yet

2 participants